SignatureCustomAppearance

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

SignatureDescription
SignatureCustomAppearance()Calls SignatureCustomAppearance on this SignatureCustomAppearance instance.
IsForegroundImage()boolReturns true if foreground image is set.
IsForegroundImage(value: bool)Calls IsForegroundImage(value) on this SignatureCustomAppearance instance.
FontFamilyName()std::stringCalls FontFamilyName on this SignatureCustomAppearance instance.
FontFamilyName(value: std::string)Calls FontFamilyName(value) on this SignatureCustomAppearance instance.
FontSize()doubleCalls FontSize on this SignatureCustomAppearance instance.
FontSize(value: double)Calls FontSize(value) on this SignatureCustomAppearance instance.
ForegroundColor()Aspose::Pdf::ColorCalls ForegroundColor on this SignatureCustomAppearance instance.
ForegroundColor(value: Aspose::Pdf::Color)Calls ForegroundColor(value) on this SignatureCustomAppearance instance.
BackgroundColor()Aspose::Pdf::ColorCalls BackgroundColor on this SignatureCustomAppearance instance.
BackgroundColor(value: Aspose::Pdf::Color)Calls BackgroundColor(value) on this SignatureCustomAppearance instance.
ShowContactInfo()boolCalls ShowContactInfo on this SignatureCustomAppearance instance.
ShowContactInfo(value: bool)Calls ShowContactInfo(value) on this SignatureCustomAppearance instance.
ShowReason()boolCalls ShowReason on this SignatureCustomAppearance instance.
ShowReason(value: bool)Calls ShowReason(value) on this SignatureCustomAppearance instance.
ShowLocation()boolCalls ShowLocation on this SignatureCustomAppearance instance.
ShowLocation(value: bool)Calls ShowLocation(value) on this SignatureCustomAppearance instance.
ContactInfoLabel()std::stringCalls ContactInfoLabel on this SignatureCustomAppearance instance.
ContactInfoLabel(value: std::string)Calls ContactInfoLabel(value) on this SignatureCustomAppearance instance.
ReasonLabel()std::stringCalls ReasonLabel on this SignatureCustomAppearance instance.
ReasonLabel(value: std::string)Calls ReasonLabel(value) on this SignatureCustomAppearance instance.
LocationLabel()std::stringCalls LocationLabel on this SignatureCustomAppearance instance.
LocationLabel(value: std::string)Calls LocationLabel(value) on this SignatureCustomAppearance instance.
DigitalSignedLabel()std::stringCalls DigitalSignedLabel on this SignatureCustomAppearance instance.
DigitalSignedLabel(value: std::string)Calls DigitalSignedLabel(value) on this SignatureCustomAppearance instance.
UseDigitalSubjectFormat()boolCalls 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::stringCalls DateSignedAtLabel on this SignatureCustomAppearance instance.
DateSignedAtLabel(value: std::string)Calls DateSignedAtLabel(value) on this SignatureCustomAppearance instance.
DateTimeLocalFormat()std::stringCalls DateTimeLocalFormat on this SignatureCustomAppearance instance.
DateTimeLocalFormat(value: std::string)Calls DateTimeLocalFormat(value) on this SignatureCustomAppearance instance.
DateTimeFormat()std::stringCalls DateTimeFormat on this SignatureCustomAppearance instance.
DateTimeFormat(value: std::string)Calls DateTimeFormat(value) on this SignatureCustomAppearance instance.
Rotation()Aspose::Pdf::RotationCalls Rotation on this SignatureCustomAppearance instance.
Rotation(value: Aspose::Pdf::Rotation)Calls Rotation(value) on this SignatureCustomAppearance instance.

See Also