ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_destination_get_explicit_attrs
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_DESTINATION > IG_PDF_destination_get_explicit_attrs

Glossary Item Box

Gets a destination's fit type, destination rectangle, and zoom factor.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_destination_get_explicit_attrs(
        HIG_PDF_DESTINATION hDest,
        LPAT_INT lpnPageNum,
        LPHIG_PDF_ATOM lphFitType,
        LPAT_PDF_FIXEDRECT lpRect,
        LPAT_PDF_FIXED lpnZoom
);

Arguments:

hDest The destination whose explicit attributes are obtained.
lpnPageNum The page number of the destination's page.
lphFitType Destination fit type. One of the Destination Fit Types values.
lpRect Pointer to a AT_PDF_FIXEDRECT containing the destination's rectangle, specified in user space coordinates.
lpnZoom The destination's zoom factor.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Applies only to IG_PDF_DEST_EXPLICIT type of destination.

©2012. Accusoft Corporation. All Rights Reserved.