Click or drag to resize
Pdftools logo

SignatureFieldOptions Constructor


Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.14.0+45dc66aa6a2523065773ba29710af5aafc41d982
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