Show / Hide Table of Contents

Enum PDFDoc.FlattenAnnotationFlag

Flatten selected items in the document.

Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
[Flags]
public enum FlattenAnnotationFlag

Fields

Name Description
e_flatten_all

Flatten all.

e_flatten_annots_only

Only flatten annotations.

e_flatten_forms_only

Default, only flatten form fields.

e_flatten_link_only

Only flatten links.

In This Article
Back to top Generated by DocFX