Click or drag to resize
Pdftools logo

SignatureFieldOptions Constructor


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