PdfDestinationPage Property |
Gets or sets the destination PdfPage object.
Specifying a destination explicitly in a PDF file, page is an indirect reference to a page object.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntaxpublic PdfPage Page { get; set; }Public Property Page As PdfPage
Get
Set
Property Value
PdfPage
The destination
PdfPage object.
Exceptions
See Also