Show / Hide Table of Contents

Enum PDFDoc.InsertFlag

Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum PDFDoc.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
  • Fields
Back to top Generated by DocFX