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.
