Click or drag to resize

PdfDestination Methods

The PdfDestination type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateFit Create new destination that display the page designated by pageIndex, with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
Public methodStatic memberCreateFitB Create new destination that display the page designated by pageIndex, with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically.
Public methodStatic memberCreateFitBH Create new destination that display the page designated by pageIndex, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window.
Public methodStatic memberCreateFitBV Create new destination that display the page designated by pageIndex, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window.
Public methodStatic memberCreateFitH Create new destination that display the page designated by pageIndex, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window.
Public methodStatic memberCreateFitR Create new destination that display the page designated by pageIndex, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically.
Public methodStatic memberCreateFitV Create new destination that display the page designated by pageIndex, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window.
Public methodStatic memberCreateXYZ Create new destination that display the page designated by pageIndex, with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by the factor zoom
Top
See Also