Member | Value | Description |
---|---|---|
PDF_DestinationFit_All | 1 | Fit the entire page within the window both horizontally and vertically. |
PDF_DestinationFit_BoundingBox | 5 | Fit the bounding box within the window. |
PDF_DestinationFit_BoundingBoxHeight | 7 | Fit the entire height of the bounding box within the window, with the horizontal coordinate ‘left’ of the destination area positioned at the left edge of the window. |
PDF_DestinationFit_BoundingBoxWidth | 6 | Fit the entire width of the bounding box within the window, with the vertical coordinate ‘top’ of the destination area positioned at the top edge of the window. |
PDF_DestinationFit_Height | 3 | Fit the entire height of the page within the window, with the horizontal coordinate ‘left’ of the destination area positioned at the left edge of the window. |
PDF_DestinationFit_Rectangle | 4 | Fit the rectangle specified by the coordinates of the destination area within the window. |
PDF_DestinationFit_Width | 2 | Fit the entire width of the page of the page within the window, with the vertical coordinate ‘top’ of the destination area positioned at the top edge of the window. |
PDF_DestinationFit_Zoom | 0 | Fit the entire page at the specified zoom with the (left,top) of destination area positioned at the upper-left corner of the window. |