Show / Hide Table of Contents

Struct SignatureHandlerId

Used for identifying a SignatureHandler instances as they are added to the PDFDoc's SignatureManager.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.SDF
Assembly: PDFTronDotNet.dll
Syntax
public struct SignatureHandlerId

Operators

Implicit(SignatureHandlerId to UIntPtr)

Declaration
public static implicit operator UIntPtr(SignatureHandlerId handler)
Parameters
Type Name Description
SignatureHandlerId handler
Returns
Type Description
System.UIntPtr

Implicit(UIntPtr to SignatureHandlerId)

Declaration
public static implicit operator SignatureHandlerId(UIntPtr value)
Parameters
Type Name Description
System.UIntPtr value
Returns
Type Description
SignatureHandlerId
Back to top Generated by DocFX