Digital Signature Configuer Graphic is filled bounds.

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# 
[ObsoleteAttribute("This property may be removed in the future, please use the SignImageLayout property instead.")]
public bool IsConfiguerGraphicFilledBounds { get; set; }
<ObsoleteAttribute("This property may be removed in the future, please use the SignImageLayout property instead.")> 
Public Property IsConfiguerGraphicFilledBounds As Boolean
	Get
	Set
public:
[ObsoleteAttribute(L"This property may be removed in the future, please use the SignImageLayout property instead.")]
property bool IsConfiguerGraphicFilledBounds {
	bool get ();
	void set (bool value);
}
[<ObsoleteAttribute("This property may be removed in the future, please use the SignImageLayout property instead.")>]
member IsConfiguerGraphicFilledBounds : bool with get, set

Property Value

Boolean

See Also