public final class PdfDigitalSignatureAppearance extends SignatureAppearance
Describes appearance of Digital Signature are on PDF documents.
Constructor and Description |
---|
PdfDigitalSignatureAppearance()
Creates signature appearance object with default values.
|
Modifier and Type | Method and Description |
---|---|
Color |
getBackground()
Get or set background color of signature appearance.
|
String |
getContactInfoLabel()
Gets or sets contact info label.
|
String |
getDateSignedAtLabel()
Gets or sets date signed label.
|
String |
getDigitalSignedLabel()
Gets or sets digital signed label.
|
String |
getFontFamilyName()
Gets or sets the Font family name to display the labels.
|
double |
getFontSize()
Gets or sets the Font size to display the labels.
|
Color |
getForeground()
Get or set foreground text color of signature appearance.
|
String |
getLocationLabel()
Gets or sets location label.
|
String |
getReasonLabel()
Gets or sets reason label.
|
void |
setBackground(Color value)
Get or set background color of signature appearance.
|
void |
setContactInfoLabel(String value)
Gets or sets contact info label.
|
void |
setDateSignedAtLabel(String value)
Gets or sets date signed label.
|
void |
setDigitalSignedLabel(String value)
Gets or sets digital signed label.
|
void |
setFontFamilyName(String value)
Gets or sets the Font family name to display the labels.
|
void |
setFontSize(double value)
Gets or sets the Font size to display the labels.
|
void |
setForeground(Color value)
Get or set foreground text color of signature appearance.
|
void |
setLocationLabel(String value)
Gets or sets location label.
|
void |
setReasonLabel(String value)
Gets or sets reason label.
|
toString
public PdfDigitalSignatureAppearance()
Creates signature appearance object with default values.
public final Color getBackground()
Get or set background color of signature appearance. By default the value is SystemColors.Windows
public final String getContactInfoLabel()
Gets or sets contact info label. Default value: "Contact". if this value is empty then no contact label will appear on digital signature area.
public final String getDateSignedAtLabel()
Gets or sets date signed label. Default value: "Date".
public final String getDigitalSignedLabel()
Gets or sets digital signed label. Default value: "Digitally signed by".
public final String getFontFamilyName()
Gets or sets the Font family name to display the labels. Default value is "Arial".
public final double getFontSize()
Gets or sets the Font size to display the labels. Default value is 10.
public final Color getForeground()
Get or set foreground text color of signature appearance. By default the value is Color.FromArgb(76, 100, 255)
public final String getLocationLabel()
Gets or sets location label. Default value: "Location". if this value is empty then no location label will appear on digital signature area.
public final String getReasonLabel()
Gets or sets reason label. Default value: "Reason". if this value is empty then no reason label will appear on digital signature area.
public final void setBackground(Color value)
Get or set background color of signature appearance. By default the value is SystemColors.Windows
public final void setContactInfoLabel(String value)
Gets or sets contact info label. Default value: "Contact". if this value is empty then no contact label will appear on digital signature area.
public final void setDateSignedAtLabel(String value)
Gets or sets date signed label. Default value: "Date".
public final void setDigitalSignedLabel(String value)
Gets or sets digital signed label. Default value: "Digitally signed by".
public final void setFontFamilyName(String value)
Gets or sets the Font family name to display the labels. Default value is "Arial".
public final void setFontSize(double value)
Gets or sets the Font size to display the labels. Default value is 10.
public final void setForeground(Color value)
Get or set foreground text color of signature appearance. By default the value is Color.FromArgb(76, 100, 255)
public final void setLocationLabel(String value)
Gets or sets location label. Default value: "Location". if this value is empty then no location label will appear on digital signature area.
public final void setReasonLabel(String value)
Gets or sets reason label. Default value: "Reason". if this value is empty then no reason label will appear on digital signature area.