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

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