Using Signature Appearances
Leave feedback
GroupDocs.Signature contains several signature appearance classes that implements document oriented special signature representation.
Base signature options SignOptions contains property SignOptions.Appearance that expects instance of the following classes
- PdfTextAnnotationAppearance class implements for Pdf documents signature as annotation area. Note that TextSignOptions.getSignatureImplementation property must be set to TextSignatureImplementation.Annotation
- PdfTextStickerAppearance class implements for Pdf documents signature as small sticker. Note that TextSignOptions.getSignatureImplementation property must be set to TextSignatureImplementation.Sticker
- ImageAppearance class extends any image based with different image adjustments (like gray scale, contrast, brightness, corrections, border etc)
- DigitalSignatureAppearance class extends for Word Processing and Spreadsheet documents digital signature appearances as page header information line
Following examples demonstrates using these classes
- Sign documents with additional image adjustments
- Sign documents with extra Digital Signature properties
- Sign Pdf documents with special appearance
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.