O2S.Components.PDF4NET Documentation
BeforePrintAction Property (PDFFixedDocument)



O2S.Components.PDF4NET Namespace > PDFFixedDocument Class : BeforePrintAction Property
Gets or sets the javascript action to execute before the document is printed.
Syntax
'Declaration
 
Public Property BeforePrintAction As PDFJavaScriptAction
'Usage
 
Dim instance As PDFFixedDocument
Dim value As PDFJavaScriptAction
 
instance.BeforePrintAction = value
 
value = instance.BeforePrintAction
public PDFJavaScriptAction BeforePrintAction {get; set;}
public:
property PDFJavaScriptAction^ BeforePrintAction {
   PDFJavaScriptAction^ get();
   void set (    PDFJavaScriptAction^ value);
}

Property Value

A O2S.Components.PDF4NET.Actions.PDFJavaScriptAction object specifying the action to be executed before the document is printed.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFFixedDocument Class
PDFFixedDocument Members