Class DisallowedChange
Data pertaining to a change detected in a document during a digital signature modification permissions verification step, the change being both made after the signature was signed, and disallowed by the signature's permissions settings.
Inheritance
System.Object
DisallowedChange
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public sealed class DisallowedChange : IDisposable
Methods
Dispose()
Declaration
public override sealed void Dispose()
Dispose(Boolean)
Declaration
[HandleProcessCorruptedStateExceptions]
protected void Dispose(bool A_0)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | A_0 |
Finalize()
Declaration
protected void Finalize()
GetObjNum()
Returns the SDF object number of the indirect object associated with this DisallowedChange.
Declaration
public int GetObjNum()
Returns
Type | Description |
---|---|
System.Int32 | A 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 |
---|---|
System.String | A string |
Implements
System.IDisposable