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.
Implements
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public class DisallowedChange : IDisposable
Constructors
DisallowedChange(IntPtr)
Declaration
public DisallowedChange(IntPtr impl_ptr)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | impl_ptr |
Methods
Destroy()
Declaration
public void Destroy()
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
~DisallowedChange()
Declaration
protected ~DisallowedChange()
GetObjNum()
Returns the SDF object number of the indirect object associated with this DisallowedChange.
Declaration
public uint GetObjNum()
Returns
Type | Description |
---|---|
uint | An unsigned 32-bit integer value |
GetType()
Returns an enumeration value representing the semantic type of this disallowed change.
Declaration
public DisallowedChange.Type GetType()
Returns
Type | Description |
---|---|
DisallowedChange.Type | An enumeration value of type: Type of DisallowedChange |
GetTypeAsString()
Returns a string value representing the semantic type of this disallowed change.
Declaration
public string GetTypeAsString()
Returns
Type | Description |
---|---|
string | A string |