Click or drag to resize

PdfDestination Constructor

Create a destination to a specific page with the default options.

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

Parameters

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