PTCADModule

@interface PTCADModule : NSObject

The class CADModule. static interface to PDFTron SDKs CAD functionality

  • Find out whether the CAD module is available (and licensed).

    Declaration

    Objective-C

    + (BOOL)IsModuleAvailable;

    Swift

    class func isModuleAvailable() -> Bool

    Return Value

    returns true if CAD operations can be performed.

  • Undocumented

    Declaration

    Objective-C

    - (instancetype)init;

    Swift

    init!()