Click or drag to resize
Pdftools logo

SignatureFieldOptions Constructor


Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.10.0+8a8a96de3867b60fd3fc0089ea1028db6add63f1
Syntax
C#
public SignatureFieldOptions(
	Appearance boundingBox
)

Parameters

boundingBox  Appearance
The bounding box of the signature field
Exceptions
ExceptionCondition
ArgumentExceptionIf the boundingBox argument is or not a valid bounding box
ArgumentNullExceptionif boundingBox is .
See Also