Click or drag to resize

PdfDestinationPageNumber Property

Gets or sets the destination page number.

Should be used only in a context of a remote go-to action (see 12.6.4.3 Remote Go-To Actions).


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public int? PageNumber { get; set; }

Property Value

NullableInt32
The destination page number. The first page is numbered 0.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is .
ArgumentOutOfRangeExceptionValue is less than zero.
See Also