Show / Hide Table of Contents

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.

Inheritance
System.Object
DisallowedChange
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public class DisallowedChange : IDisposable

Constructors

DisallowedChange(IntPtr)

Declaration
public DisallowedChange(IntPtr impl_ptr)
Parameters
Type Name Description
System.IntPtr impl_ptr

Methods

Destroy()

Declaration
public void Destroy()

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Finalize()

Declaration
protected void Finalize()

GetObjNum()

Returns the SDF object number of the indirect object associated with this DisallowedChange.

Declaration
public uint GetObjNum()
Returns
Type Description
System.UInt32

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
System.String

A string

Implements

System.IDisposable
Back to top Generated by DocFX