Enum PDFDoc.InsertFlag
Namespace: pdftron.PDF
Assembly: PDFNet.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 |