[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Destination.PageIndex

PageIndex Property

PageIndex

Gets the index of this destination's target page. Returns null if the target page was specified as a Page object.

Note that if this property is not null, then any Y coordinate is relative to the bottom left corner (see Destination description for details).

Declaration
public int? PageIndex { get; }
Public ReadOnly Property PageIndex As Integer?
Implements