SignatureAppearance

SignatureAppearance

Overview

SignatureAppearance is a class in Aspose.PDF FOSS for .NET.

Defines the visual appearance for a digital signature annotation.

Properties: ContactInfo, FontSize, ImageBytes, Location, PageNumber, Reason, and 3 more.

Properties

NameTypeAccessDescription
SignerNamestring?Read/WriteDisplay name of the signer.
Reasonstring?Read/WriteThe reason for signing.
Locationstring?Read/WriteThe location of signing.
ContactInfostring?Read/WriteContact information for the signer.
SignDateDateTime?Read/WriteThe date of signing.
RectRectangle?Read/WriteThe rectangle on the page where the signature appearance is shown.
PageNumberintRead/WriteThe 1-based page number on which to place the signature.
FontSizedoubleRead/WriteFont size for the text in the appearance stream.
ImageBytesbyte[]?Read/WriteOptional image bytes embedded into the appearance XObject as the signature graphic.

See Also