PTPDFAOptions

@interface PTPDFAOptions : NSObject
{


}




- (PTConformance)GetConformance;
- (PTPDFAOptions*)SetConformance: (PTConformance)value;
- (unsigned int)GetDPI;
- (PTPDFAOptions*)SetDPI: (unsigned int)value;
- (BOOL)GetFirstStop;
- (PTPDFAOptions*)SetFirstStop: (BOOL)value;
- (BOOL)GetFlattenTransparency;
- (PTPDFAOptions*)SetFlattenTransparency: (BOOL)value;
- (unsigned int)GetMaxRefObjs;
- (PTPDFAOptions*)SetMaxRefObjs: (unsigned int)value;
- (NSString *)GetPassword;
- (PTPDFAOptions*)SetPassword: (NSString *)value;
- (instancetype)initWithLevel: (PTConformance)level;
@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    - (PTConformance)GetConformance;

    Swift

    func getConformance() -> PTConformance
  • Undocumented

    Declaration

    Objective-C

    - (PTPDFAOptions*)SetConformance: (PTConformance)value;

    Swift

    func setConformance(_ value: PTConformance) -> PTPDFAOptions!
  • Undocumented

    Declaration

    Objective-C

    - (unsigned int)GetDPI;

    Swift

    func getDPI() -> UInt32
  • Undocumented

    Declaration

    Objective-C

    - (PTPDFAOptions*)SetDPI: (unsigned int)value;

    Swift

    func setDPI(_ value: UInt32) -> PTPDFAOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetFirstStop;

    Swift

    func getFirstStop() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTPDFAOptions*)SetFirstStop: (BOOL)value;

    Swift

    func setFirstStop(_ value: Bool) -> PTPDFAOptions!
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)GetFlattenTransparency;

    Swift

    func getFlattenTransparency() -> Bool
  • Undocumented

    Declaration

    Objective-C

    - (PTPDFAOptions*)SetFlattenTransparency: (BOOL)value;

    Swift

    func setFlattenTransparency(_ value: Bool) -> PTPDFAOptions!
  • Undocumented

    Declaration

    Objective-C

    - (unsigned int)GetMaxRefObjs;

    Swift

    func getMaxRefObjs() -> UInt32
  • Undocumented

    Declaration

    Objective-C

    - (PTPDFAOptions*)SetMaxRefObjs: (unsigned int)value;

    Swift

    func setMaxRefObjs(_ value: UInt32) -> PTPDFAOptions!
  • Undocumented

    Declaration

    Objective-C

    - (NSString *)GetPassword;

    Swift

    func getPassword() -> String!
  • Undocumented

    Declaration

    Objective-C

    - (PTPDFAOptions*)SetPassword: (NSString *)value;

    Swift

    func setPassword(_ value: String!) -> PTPDFAOptions!
  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithLevel: (PTConformance)level;

    Swift

    init!(level: PTConformance)