Click or drag to resize
Pdftools logo

SignatureField Class

A digital signature field

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.PdfSignatureField
        PdfTools.PdfSignedSignatureField
        PdfTools.PdfUnsignedSignatureField

Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public abstract class SignatureField : NativeObject

The SignatureField type exposes the following members.

Properties
 NameDescription
Public propertyBoundingBox

The location on the page

The location of the signature field on the page. Or if the signature field has no visual appearance.
Public propertyFieldName

The name of the signature field

The field name uniquely identifies the signature field within the document.
Public propertyPageNumber

The number of the page where this signature is located

Whether the signature field has a visual appearance on that page is indicated by the BoundingBox.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also