In This Topic
GdPicture14 Namespace / PdfRemoveJavaScriptOptions Enumeration

PdfRemoveJavaScriptOptions Enumeration

In This Topic
Defines different objects in the PDF document, which are cleaned from contained JavaScript scripts.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<FlagsAttribute()>
Public Enum PdfRemoveJavaScriptOptions 
   Inherits System.Enum
[ComVisible(true)]
[Flags()]
public enum PdfRemoveJavaScriptOptions : System.Enum 
public enum PdfRemoveJavaScriptOptions = class(System.Enum)
ComVisibleAttribute()
FlagsAttribute()
public enum PdfRemoveJavaScriptOptions extends System.Enum
[ComVisible(true)]
[Flags()]
__value public enum PdfRemoveJavaScriptOptions : public System.Enum 
[ComVisible(true)]
[Flags()]
public enum class PdfRemoveJavaScriptOptions : public System.Enum 
Members
MemberValueDescription
None0None of all JavaScript scripts included in the document will be removed.
RemoveAllJavaScript31It is the default option. That means all JavaScript scripts will be removed from the document and its related objects.
RemoveAnnotationActionsJavaScript8All annotation actions, which contain JavaScript scripts, will be removed from the document.
RemoveBookmarkActionsJavaScript16All bookmark actions, which contain JavaScript scripts, will be removed from the document.
RemoveDocumentActions1All document actions (based on JavaScript scripts) will be removed from the document.
RemoveGlobalJavaScript2All global JavaScript scripts will be removed from the document.
RemovePageActionsJavaScript4All page level JavaScript scripts will be removed from the document.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfRemoveJavaScriptOptions

See Also