Click or drag to resize
ExplicitDestination Constructor (PdfPage)
Constructs a destination to the specified page

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public ExplicitDestination(
	PdfPage page
)

Parameters

page
Type: ExpertPdf.PdfCreatorPdfPage
The destination page
See Also