PdfDocumentSignature Constructor |
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
)
Public Sub New (
cmsInfo As CmsInformation,
signature As SignatureWidgetAnnotation,
isVisible As Boolean,
autoGenerateAppearance As Boolean
)
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