Click or drag to resize

AnnotationOutputFlag Enumeration

Annotation Output Flag type

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum AnnotationOutputFlag
Members
  Member nameValueDescription
e_internal_xfdf0 include the annotation file in the XOD output. This is the default option.
e_external_xfdf1 output the annotation file externally to the same output path with extension .xfdf. This is not available when using streaming conversion
e_flatten2 flatten all annotations that are not link annotations
See Also