XFINIUM.PDF Documentation
EnableDocumentJavaScriptFragments Property



Gets or sets a value indicating whether document javascripts are enabled.
Syntax
'Declaration
 
Public Property EnableDocumentJavaScriptFragments As Boolean
'Usage
 
Dim instance As PdfDocumentFeatures
Dim value As Boolean
 
instance.EnableDocumentJavaScriptFragments = value
 
value = instance.EnableDocumentJavaScriptFragments
public bool EnableDocumentJavaScriptFragments {get; set;}
public:
property bool EnableDocumentJavaScriptFragments {
   bool get();
   void set (    bool value);
}

Property Value

If true, the document javascripts are enabled.
Remarks
If document javascripts are not enabled, then the PdfFixedDocument.JavaScriptBlocks property will be null and new javascript fragments cannot be created.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

PdfDocumentFeatures Class
PdfDocumentFeatures Members

Send Feedback