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

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