java.lang.Object | |
↳ | com.pdftron.pdf.DisallowedChange |
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.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
enum | DisallowedChange.Type |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DisallowedChange(long impl_ptr) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | __GetHandle() | ||||||||||
void |
close()
Frees the native memory of the object.
| ||||||||||
void |
destroy()
Frees the native memory of the object.
| ||||||||||
int |
getObjNum()
Returns the SDF object number of the indirect object associated with this DisallowedChange.
| ||||||||||
DisallowedChange.Type |
getType()
Returns an enumeration value representing the semantic type of this disallowed change.
| ||||||||||
String |
getTypeAsString()
Returns a string value representing the semantic type of this disallowed change.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.AutoCloseable
|
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
PDFNetException |
---|
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
PDFNetException |
---|
Returns the SDF object number of the indirect object associated with this DisallowedChange.
PDFNetException |
---|
Returns an enumeration value representing the semantic type of this disallowed change.
PDFNetException |
---|
Returns a string value representing the semantic type of this disallowed change.
PDFNetException |
---|