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: 2024.11.26
Syntax public PdfPage Page { get; set; }
Public Property Page As PdfPage
Get
Set
Property Value
PdfPage
The destination
PdfPage object.
Exceptions Exception | Condition |
---|
ArgumentNullException | Value is . |
See Also