Click or drag to resize

PdfDocumentSignature Constructor

Initializes a new instance of the PdfDocumentSignature class.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfDocumentSignature(
	CmsInformation cmsInfo,
	SignatureWidgetAnnotation signature,
	bool isVisible,
	bool autoGenerateAppearance
)

Parameters

cmsInfo
Type: Atalasoft.PdfDoc.DigitalSignaturesCmsInformation
The CMS information for the signature.
signature
Type: Atalasoft.PdfDoc.Generating.AnnotationsSignatureWidgetAnnotation
The signature widget annotation that holds the visual cuing.
isVisible
Type: SystemBoolean
if set to true the signature will be visible.
autoGenerateAppearance
Type: SystemBoolean
if set to true DotPdf will auto-generate an appearance for this signature.
See Also