PTInsertFlag

enum PTInsertFlag {
e_ptinsert_none,				//default, do not insert bookmarks
e_ptinsert_bookmark,	//insert bookmarks (use this option when inserting many pages in a single call)
/// same as e_ptinsert_bookmark, but ignore GoToR and URI links, while still retaining bookmark hierarchy (use this option when inserting one page at a time)
e_insert_goto_bookmark
}

Undocumented

  • Undocumented

    Declaration

    Objective-C

    e_ptinsert_none
  • Undocumented

    Declaration

    Objective-C

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

    Declaration

    Objective-C

    e_insert_goto_bookmark