Click or drag to resize
Pdftools logo

SignatureFieldOptions Constructor


Namespace: PdfTools.Sign
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
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