Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / OpenAction Property

In This Topic
    OpenAction Property
    In This Topic
    Gets or sets a DestinationBase to be displayed or an GrapeCity.Documents.Pdf.Actions.ActionBase to be performed when the document is opened.
    Syntax
    'Declaration
     
    Public Property OpenAction As DocAction
    public DocAction OpenAction {get; set;}
    See Also