SignatureAppearance

public final class SignatureAppearance

Defines the visual appearance of a signature in a PDF document. Used for both digital signatures (with certificate) and electronic signatures (visual only).

Constructors

Link copied to clipboard
public void SignatureAppearance()

Functions

Link copied to clipboard
public final String getFontName()
Gets the name of the font to use for text in the signature appearance.
Link copied to clipboard
public final float getFontSize()
Gets the font size in points for text in the signature appearance.
Link copied to clipboard
public final String getImagePath()
Gets the file path to an image to display in the signature appearance.
Link copied to clipboard
public final boolean getShowValidationMark()
Gets when true, displays a validation mark icon in the signature appearance.
Link copied to clipboard
public final String getText()
Gets custom text to display in the signature appearance.
Link copied to clipboard
public final Color getTextColor()
Gets the color of the text in the signature appearance.
Link copied to clipboard
public final boolean getUseAutoGeneratedText()
Gets when true, automatically generates text from signature metadata (signer name, reason, location, date).
Link copied to clipboard
public final void setFontName(String value)
Sets the name of the font to use for text in the signature appearance.
Link copied to clipboard
public final void setFontSize(float value)
Sets the font size in points for text in the signature appearance.
Link copied to clipboard
public final void setImagePath(String value)
Sets the file path to an image to display in the signature appearance.
Link copied to clipboard
public final void setShowValidationMark(boolean value)
Sets when true, displays a validation mark icon in the signature appearance.
Link copied to clipboard
public final void setText(String value)
Sets custom text to display in the signature appearance.
Link copied to clipboard
public final void setTextColor(Color value)
Sets the color of the text in the signature appearance.
Link copied to clipboard
public final void setUseAutoGeneratedText(boolean value)
Sets when true, automatically generates text from signature metadata (signer name, reason, location, date).