AnnotationOutputFlag Enumeration |
Annotation Output Flag type
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum AnnotationOutputFlag
Public Enumeration AnnotationOutputFlag
public enum class AnnotationOutputFlag
pdftron.PDF.AnnotationOutputFlag = function();
pdftron.PDF.AnnotationOutputFlag.createEnum('pdftron.PDF.AnnotationOutputFlag', false);
Members
| Member name | Value | Description |
---|
| e_internal_xfdf | 0 |
include the annotation file in the XOD output. This is the default option.
|
| e_external_xfdf | 1 |
output the annotation file externally to the same output path
with extension .xfdf. This is not available when using streaming conversion
|
| e_flatten | 2 |
flatten all annotations that are not link annotations
|
See Also