PdfDocument
RemoveDocumentJavaScript Method
|
remove document's javaScript
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool RemoveDocumentJavaScript()
Public Function RemoveDocumentJavaScript As Boolean
public:
bool RemoveDocumentJavaScript()
member RemoveDocumentJavaScript : unit -> bool
Return Value
Type:
Boolean
if True remove succesfully,else remove the failure or document doesn't have JavaScript
See Also