Set or get the sign image layout.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

SignImageLayout

See Also