Click or drag to resize

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.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfPage Page { get; set; }

Property Value

PdfPage
The destination PdfPage object.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is .
See Also