Click or drag to resize
Pdftools logo

SignatureFieldOptions Class

Options for adding unsigned signature fields

These options control the creation of unsigned signature fields in AddSignatureField(Document, SignatureFieldOptions, Stream, OutputOptions).
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.SignSignatureFieldOptions

Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class SignatureFieldOptions : NativeObject

The SignatureFieldOptions type exposes the following members.

Constructors
 NameDescription
Public methodSignatureFieldOptions 
Top
Properties
 NameDescription
Public propertyBoundingBox

The bounding box of the signature field

The bounding box is the area where the visual appearance of the signature is inserted, when the signature field is signed.

Use CreateFieldBoundingBox(Size) to create the bounding box object.

Public propertyFieldName

The name of the new signature field

If , a new signature field is created using a unique field name.

Default:

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also