PdfDestinationCreateFitHeight Method |
Create a destination to a specific page, with the fit the page height.
Namespace:
RadPdf.Data.Document.Destinations
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntaxpublic static PdfDestination CreateFitHeight(
PdfPage page
)
Public Shared Function CreateFitHeight (
page As PdfPage
) As PdfDestination
Parameters
- page
- Type: RadPdf.Data.Document.PagesPdfPage
The destination page
Return Value
Type:
PdfDestinationA new destination object
See Also