Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFitRectangleDestination Properties

Represents a destination that displays the page with its contents magnified just enough to fit the PdfFitRectangleDestination.Rectangle specified by the PdfRectangle.Left, PdfRectangle.Bottom, PdfRectangle.Right, PdfRectangle.Top coordinates entirely within the window both horizontally and vertically.
Name Description
Page Gets the page of a document where the corresponding destination is located. Inherited from PdfDestination.
PageIndex Gets the zero-based index of a page where the destination is located. Inherited from PdfDestination.
Rectangle Gets a rectangle specified by the coordinates left, bottom, right, and top to place the page entirely within the window both horizontally and vertically.
See Also