SDF Enumerations

  • Undocumented

    See more

    Declaration

    Objective-C

    enum PTAlgorithmType {  e_ptRC4_40 = 1,
    e_ptRC4_128,
    e_ptAES,
    e_ptAES_256}

    Swift

    struct PTAlgorithmType : Equatable, RawRepresentable
  • Undocumented

    See more

    Declaration

    Objective-C

    enum PTObjType {  e_ptnull,
    e_ptbool,
    e_ptnumber,
    e_ptname,
    e_ptstring,
    e_ptdict,
    e_ptarray,
    e_ptstream}

    Swift

    struct PTObjType : Equatable, RawRepresentable
  • Undocumented

    See more

    Declaration

    Objective-C

    enum PTPermission {  e_ptowner = 1,
    e_ptdoc_open,
    e_ptdoc_modify,
    e_ptprint,
    e_ptprint_high,
    e_ptextract_content,
    e_ptmod_annot,
    e_ptfill_forms,
    e_ptaccess_support,
    e_ptassemble_doc}

    Swift

    struct PTPermission : Equatable, RawRepresentable
  • Undocumented

    See more

    Declaration

    Objective-C

    enum PTSaveOptions {  e_ptincremental = 0x01,
    e_ptremove_unused = 0x02,
    e_pthex_strings = 0x04,
    e_ptomit_xref = 0x08,
    e_ptlinearized = 0x10,
    e_ptcompatibility = 0x20}

    Swift

    struct PTSaveOptions : Equatable, RawRepresentable