Show / Hide Table of Contents

Enum PDFDoc.InsertFlag

Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public enum InsertFlag

Fields

Name Description
e_insert_bookmark

insert bookmarks (use this option when inserting many pages in a single call)

e_insert_goto_bookmark

same as e_insert_bookmark, but ignore GoToR and URI links, while still retaining bookmark hierarchy (use this option when inserting one page at a time)

e_none

default, do not insert

In This Article
Back to top Generated by DocFX