Click or drag to resize
Pdftools logo

UnsignedSignatureField Class

An unsigned signature field

An unsigned signature field that can be signed. The purpose of the signature field is to indicate that the document should be signed and to define the page and position where the visual appearance of the signature should be placed. This is especially useful for forms and contracts that have dedicated spaces for signatures.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.PdfSignatureField
        PdfTools.PdfUnsignedSignatureField

Namespace: PdfTools.Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class UnsignedSignatureField : SignatureField

The UnsignedSignatureField 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.
(Inherited from SignatureField)
Public propertyFieldName

The name of the signature field

The field name uniquely identifies the signature field within the document.
(Inherited from SignatureField)
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.
(Inherited from SignatureField)
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also