Click or drag to resize

PdfGoToPageViewActionDestination Property

(Required) The destination to jump to (see 12.3.2, "Destinations").

Namespace: SautinSoft.Pdf.Actions
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.5
Syntax
public PdfDestination Destination { get; set; }

Property Value

PdfDestination
The destination to jump to.
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is .
See Also