Click or drag to resize

PDFDocInsertFlag Enumeration

PDFDocInsertFlag

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum PDFDocInsertFlag
Members
  Member nameValueDescription
e_none0default, do not insert
e_insert_bookmark1insert bookmarks (use this option when inserting many pages in a single call)
e_insert_goto_bookmark2same 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)
See Also