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

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