remove document's javaScript

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool RemoveDocumentJavaScript()
Public Function RemoveDocumentJavaScript As Boolean
public:
bool RemoveDocumentJavaScript()
member RemoveDocumentJavaScript : unit -> bool 

Return Value

Boolean
if True remove succesfully,else remove the failure or document doesn't have JavaScript

See Also