Click or drag to resize

PdfDestinationCreateFitWidth Method

Create a destination to a specific page, with the fit the page width.

Namespace:  RadPdf.Data.Document.Destinations
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public static PdfDestination CreateFitWidth(
	PdfPage page
)

Parameters

page
Type: RadPdf.Data.Document.PagesPdfPage
The destination page

Return Value

Type: PdfDestination
A new destination object
See Also