PTDisallowedChange
@interface PTDisallowedChange : NSObject
The class DisallowedChange. Data pertaining to a change detected in a document during a digital signature modification permissions verification step, the change bein g both made after the signature was signed, and disallowed by t he signature’s permissions settings.
-
Returns the SDF object number of the indirect object associated with this DisallowedChange.
Declaration
Objective-C
- (unsigned int)GetObjNum;Swift
func getObjNum() -> UInt32Return Value
An unsigned 32-bit integer value.
-
Returns an enumeration value representing the semantic type of this disallowed change.
Declaration
Objective-C
- (PTDisallowedChangeType)GetType;Swift
func getType() -> PTDisallowedChangeTypeReturn Value
An enumeration value of type: Type of DisallowedChange.
-
Returns a string value representing the semantic type of this disallowed change.
Declaration
Objective-C
- (NSString *)GetTypeAsString;Swift
func getTypeAsString() -> String!Return Value
A string.
-
Undocumented
Declaration
Objective-C
- (instancetype)init;Swift
init!()
PTDisallowedChange Class Reference