Back to Devexpress

PdfOptimizationOptions.RemoveJavaScriptActions Property

officefileapi-devexpress-dot-pdf-dot-pdfoptimizationoptions-c6c5f6e5.md

latest1.1 KB
Original Source

PdfOptimizationOptions.RemoveJavaScriptActions Property

Gets or sets whether JavaScript actions are removed from the output PDF file during optimization.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool RemoveJavaScriptActions { get; set; }
vb
Public Property RemoveJavaScriptActions As Boolean

Property Value

TypeDescription
Boolean

true to remove JavaScript actions; otherwise false.

|

See Also

PdfOptimizationOptions Class

PdfOptimizationOptions Members

DevExpress.Pdf Namespace