[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.IDestination

Interface IDestination

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

The common interface implemented by ActionGoTo and destinations derived from the abstract Destination base.

public interface IDestination

Properties

Page

Gets this destination's target Page object. Returns null if the target page is specified by its index.

Page Page { get; }

Property Value

Page

PageIndex

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

int? PageIndex { get; }

Property Value

int?