PdfSignatureAppearance
SignImageLayout Property
|
Set or get the sign image layout.
Namespace:
Spire.Pdf.Interactive.DigitalSignatures
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public SignImageLayout SignImageLayout { get; set; }
Public Property SignImageLayout As SignImageLayout
Get
Set
public:
property SignImageLayout SignImageLayout {
SignImageLayout get ();
void set (SignImageLayout value);
}
member SignImageLayout : SignImageLayout with get, set
Property Value
Type:
SignImageLayout
See Also