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

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