Aspose::Pdf::Forms::SignatureCustomAppearance class

SignatureCustomAppearance class

An abstract class which represents signature custon appearance object.

class SignatureCustomAppearance : public System::Object

Methods

MethodDescription
get_BackgroundColor() constGets/sets background color. Default value: Transparent.
get_ContactInfoLabel() constGets/sets contact info label. Default value: “Contact”.
get_Culture() constGets/sets culture info value. Default value: InvariantCulture.
get_DateSignedAtLabel() constGets/sets date signed label. Default value: “Date”.
get_DateTimeFormat() constGets/sets datetime format. Default value: “yyyy.MM.dd HH:mm:ss”.
get_DateTimeLocalFormat() constGets/sets datetime local format. Default value: “yyyy.MM.dd HH:mm:ss zzz”.
get_DigitalSignedLabel() constGets/sets digital signed label. Default value: “Digitally signed by”.
get_DigitalSubjectFormat() constGets/sets format for order of elements in Subject string. Result examples: C=UK, CN=Org, O=Organization or CN=Org, C=UK, O=Organization or O=Organization.
get_FontFamilyName() constGets/sets font family name. It should be existed in the document. Default value: Arial.
get_FontSize() constGets/sets font size. Default value: 10.
get_ForegroundColor() constGets/sets foreground color (color of text). Default value: Blue.
get_LocationLabel() constGets/sets location label. Default value: “Location”.
get_ReasonLabel() constGets/sets reason label. Default value: “Reason”.
get_Rotation() constGets signature rotation.
get_ShowContactInfo() constGets/sets contact info visibility. Default value: true.
get_ShowLocation() constGets/sets location visibility. Default value: true.
get_ShowReason() constGets/sets reason visibility. Default value: true.
get_UseDigitalSubjectFormat() constGets/sets the usage state of the DigitalSubjectFormat.
set_BackgroundColor(System::SharedPtr<Color>)Gets/sets background color. Default value: Transparent.
set_ContactInfoLabel(System::String)Gets/sets contact info label. Default value: “Contact”.
set_Culture(System::SharedPtr<System::Globalization::CultureInfo>)Gets/sets culture info value. Default value: InvariantCulture.
set_DateSignedAtLabel(System::String)Gets/sets date signed label. Default value: “Date”.
set_DateTimeFormat(System::String)Gets/sets datetime format. Default value: “yyyy.MM.dd HH:mm:ss”.
set_DateTimeLocalFormat(System::String)Gets/sets datetime local format. Default value: “yyyy.MM.dd HH:mm:ss zzz”.
set_DigitalSignedLabel(System::String)Gets/sets digital signed label. Default value: “Digitally signed by”.
set_DigitalSubjectFormat(System::ArrayPtr<SubjectNameElements>)Gets/sets format for order of elements in Subject string. Result examples: C=UK, CN=Org, O=Organization or CN=Org, C=UK, O=Organization or O=Organization.
set_FontFamilyName(System::String)Gets/sets font family name. It should be existed in the document. Default value: Arial.
set_FontSize(double)Gets/sets font size. Default value: 10.
set_ForegroundColor(System::SharedPtr<Color>)Gets/sets foreground color (color of text). Default value: Blue.
set_LocationLabel(System::String)Gets/sets location label. Default value: “Location”.
set_ReasonLabel(System::String)Gets/sets reason label. Default value: “Reason”.
set_Rotation(Aspose::Pdf::Rotation)Sets signature rotation.
set_ShowContactInfo(bool)Gets/sets contact info visibility. Default value: true.
set_ShowLocation(bool)Gets/sets location visibility. Default value: true.
set_ShowReason(bool)Gets/sets reason visibility. Default value: true.
set_UseDigitalSubjectFormat(bool)Gets/sets the usage state of the DigitalSubjectFormat.
SignatureCustomAppearance()Inititalizes new instance of the SignatureCustomAppearance class.

See Also