PTRedactionAnnot

@interface PTRedactionAnnot : PTMarkup

Undocumented

  • Undocumented

    Declaration

    Objective-C

    + (PTRedactionAnnot*)Create: (PTSDFDoc*)doc pos:  (PTPDFRect*)pos;

    Swift

    class func create(_ doc: PTSDFDoc!, pos: PTPDFRect!) -> PTRedactionAnnot!
  • Undocumented

    Declaration

    Objective-C

    + (PTRedactionAnnot*)CreateAnnot: (PTSDFDoc*)doc pos:  (PTPDFRect*)pos;

    Swift

    class func createAnnot(_ doc: PTSDFDoc!, pos: PTPDFRect!) -> PTRedactionAnnot!
  • Undocumented

    Declaration

    Objective-C

    - (int)GetQuadPointCount;

    Swift

    func getQuadPointCount() -> Int32
  • Undocumented

    Declaration

    Objective-C

    - (PTQuadPoint*)GetQuadPoint: (int)idx;

    Swift

    func getQuadPoint(_ idx: Int32) -> PTQuadPoint!
  • Undocumented

    Declaration

    Objective-C

    - (void)SetQuadPoint: (int)idx qp:  (PTQuadPoint*)qp;

    Swift

    func setQuadPoint(_ idx: Int32, qp: PTQuadPoint!)
  • Undocumented

    Declaration

    Objective-C

    - (PTObj*)GetAppFormXO;

    Swift

    func getAppFormXO() -> PTObj!
  • Undocumented

    Declaration

    Objective-C

    - (void)SetAppFormXO: (PTObj*)formxo;

    Swift

    func setAppFormXO(_ formxo: PTObj!)
  • Undocumented

    Declaration

    Objective-C

    - (NSString *)GetOverlayText;

    Swift

    func getOverlayText() -> String!
  • Undocumented

    Declaration

    Objective-C

    - (void)SetOverlayText: (NSString *)title;

    Swift

    func setOverlayText(_ title: String!)
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetUseRepeat;

    Swift

    func getUseRepeat() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (void)SetUseRepeat: (BOOL)userepeat;

    Swift

    func setUseRepeat(_ userepeat: Bool)
  • Undocumented

    Declaration

    Objective-C

    - (NSString *)GetOverlayTextAppearance;

    Swift

    func getOverlayTextAppearance() -> String!
  • Undocumented

    Declaration

    Objective-C

    - (void)SetOverlayTextAppearance: (NSString *)app;

    Swift

    func setOverlayTextAppearance(_ app: String!)
  • Undocumented

    Declaration

    Objective-C

    - (PTQuadForm)GetQuadForm;

    Swift

    func getQuadForm() -> PTQuadForm
  • Undocumented

    Declaration

    Objective-C

    - (void)SetQuadForm: (PTQuadForm)form;

    Swift

    func setQuadForm(_ form: PTQuadForm)
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithD:(PTObj *)d;

    Swift

    init!(d: PTObj!)
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)init;

    Swift

    init!()
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithAnn: (PTAnnot*)ann;

    Swift

    init!(ann: PTAnnot!)