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
System.Object
  PdfTools.Internal.NativeBase
    PdfTools.Internal.NativeObject
      PdfTools.Sign.SignatureFieldOptions

Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
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 null, a new signature field is created using a unique field name.

Default: null

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