Click or drag to resize

PdfGeneratedDocumentCertification Constructor

Initializes a new instance of the PdfGeneratedDocumentCertification class. This class is used to represent the document certification and placement information for certifying a PDF document. The class is only intended to be used with the PdfGeneratedDocument object.

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 PdfGeneratedDocumentCertification(
	CmsInformation cmsInfo,
	DocumentMDPAllowedChanges allowedChanges,
	bool isVisible,
	SignatureWidgetAnnotation signature,
	bool autoGenerateSignatureAppearance
)

Parameters

cmsInfo
Type: Atalasoft.PdfDoc.DigitalSignaturesCmsInformation
The CMS information.
allowedChanges
Type: Atalasoft.PdfDoc.DigitalSignaturesDocumentMDPAllowedChanges
The allowed changes.
isVisible
Type: SystemBoolean
if set to true the signature is visible.
signature
Type: Atalasoft.PdfDoc.Generating.AnnotationsSignatureWidgetAnnotation
The annotation representing the signature.
autoGenerateSignatureAppearance
Type: SystemBoolean
if set to true DotPdf should automatically generate the signature's AppearanceSet.
Exceptions
ExceptionCondition
ArgumentNullExceptionsignature
See Also