SignatureCustomAppearance
Overview
SignatureCustomAppearance is a class in Aspose.PDF FOSS for C++.
This class provides 37 methods for working with SignatureCustomAppearance objects in C++ programs.
Available methods include: BackgroundColor, ContactInfoLabel, DateSignedAtLabel, DateTimeFormat, DateTimeLocalFormat, DigitalSignedLabel, DigitalSubjectFormat, FontFamilyName, FontSize, ForegroundColor, IsForegroundImage, LocationLabel, and 7 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
SignatureCustomAppearance() | Calls SignatureCustomAppearance on this SignatureCustomAppearance instance. |
IsForegroundImage() → bool | Returns true if foreground image is set. |
IsForegroundImage(value: bool) | Calls IsForegroundImage(value) on this SignatureCustomAppearance instance. |
FontFamilyName() → std::string | Calls FontFamilyName on this SignatureCustomAppearance instance. |
FontFamilyName(value: std::string) | Calls FontFamilyName(value) on this SignatureCustomAppearance instance. |
FontSize() → double | Calls FontSize on this SignatureCustomAppearance instance. |
FontSize(value: double) | Calls FontSize(value) on this SignatureCustomAppearance instance. |
ForegroundColor() → Aspose::Pdf::Color | Calls ForegroundColor on this SignatureCustomAppearance instance. |
ForegroundColor(value: Aspose::Pdf::Color) | Calls ForegroundColor(value) on this SignatureCustomAppearance instance. |
BackgroundColor() → Aspose::Pdf::Color | Calls BackgroundColor on this SignatureCustomAppearance instance. |
BackgroundColor(value: Aspose::Pdf::Color) | Calls BackgroundColor(value) on this SignatureCustomAppearance instance. |
ShowContactInfo() → bool | Calls ShowContactInfo on this SignatureCustomAppearance instance. |
ShowContactInfo(value: bool) | Calls ShowContactInfo(value) on this SignatureCustomAppearance instance. |
ShowReason() → bool | Calls ShowReason on this SignatureCustomAppearance instance. |
ShowReason(value: bool) | Calls ShowReason(value) on this SignatureCustomAppearance instance. |
ShowLocation() → bool | Calls ShowLocation on this SignatureCustomAppearance instance. |
ShowLocation(value: bool) | Calls ShowLocation(value) on this SignatureCustomAppearance instance. |
ContactInfoLabel() → std::string | Calls ContactInfoLabel on this SignatureCustomAppearance instance. |
ContactInfoLabel(value: std::string) | Calls ContactInfoLabel(value) on this SignatureCustomAppearance instance. |
ReasonLabel() → std::string | Calls ReasonLabel on this SignatureCustomAppearance instance. |
ReasonLabel(value: std::string) | Calls ReasonLabel(value) on this SignatureCustomAppearance instance. |
LocationLabel() → std::string | Calls LocationLabel on this SignatureCustomAppearance instance. |
LocationLabel(value: std::string) | Calls LocationLabel(value) on this SignatureCustomAppearance instance. |
DigitalSignedLabel() → std::string | Calls DigitalSignedLabel on this SignatureCustomAppearance instance. |
DigitalSignedLabel(value: std::string) | Calls DigitalSignedLabel(value) on this SignatureCustomAppearance instance. |
UseDigitalSubjectFormat() → bool | Calls UseDigitalSubjectFormat on this SignatureCustomAppearance instance. |
UseDigitalSubjectFormat(value: bool) | Calls UseDigitalSubjectFormat(value) on this SignatureCustomAppearance instance. |
DigitalSubjectFormat() → std::vector<SubjectNameElements> | Calls DigitalSubjectFormat on this SignatureCustomAppearance instance. |
DigitalSubjectFormat(value: std::vector<SubjectNameElements>) | Calls DigitalSubjectFormat(value) on this SignatureCustomAppearance instance. |
DateSignedAtLabel() → std::string | Calls DateSignedAtLabel on this SignatureCustomAppearance instance. |
DateSignedAtLabel(value: std::string) | Calls DateSignedAtLabel(value) on this SignatureCustomAppearance instance. |
DateTimeLocalFormat() → std::string | Calls DateTimeLocalFormat on this SignatureCustomAppearance instance. |
DateTimeLocalFormat(value: std::string) | Calls DateTimeLocalFormat(value) on this SignatureCustomAppearance instance. |
DateTimeFormat() → std::string | Calls DateTimeFormat on this SignatureCustomAppearance instance. |
DateTimeFormat(value: std::string) | Calls DateTimeFormat(value) on this SignatureCustomAppearance instance. |
Rotation() → Aspose::Pdf::Rotation | Calls Rotation on this SignatureCustomAppearance instance. |
Rotation(value: Aspose::Pdf::Rotation) | Calls Rotation(value) on this SignatureCustomAppearance instance. |