Show / Hide Table of Contents

Enum Convert.XODOutputOptions.AnnotationOutputFlag

Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum AnnotationOutputFlag

Fields

Name Description
e_external_xfdf

output the annotation file externally to the same output path with extension .xfdf. This is not available when using streaming conversion

e_flatten

flatten all annotations that are not link annotations

e_internal_xfdf

include the annotation file in the XOD output. This is the default option.

Back to top Generated by DocFX