Set the Sign Name Width

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 void SetSignNameWidth(
	float width
)
Public Sub SetSignNameWidth ( 
	width As Single
)
public:
void SetSignNameWidth(
	float width
)
member SetSignNameWidth : 
        width : float32 -> unit 

Parameters

width
Single

Return Value


See Also