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

In This Topic
    DidSaveAction Property
    In This Topic
    Gets or sets a GrapeCity.Documents.Pdf.Actions.ActionJavaScript to be performed after saving the document.
    Syntax
    'Declaration
     
    Public Property DidSaveAction As ActionJavaScript
    public ActionJavaScript DidSaveAction {get; set;}
    See Also