PdfSignature
SetSignNameWidth Method
|
Set the Sign Name Width
Namespace:
Spire.Pdf.Security
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SetSignNameWidth(
float width
)
Public Sub SetSignNameWidth (
width As Single
)
public:
void SetSignNameWidth(
float width
)
member SetSignNameWidth :
width : float32 -> unit
Parameters
-
width
-
Type:
System
Single
Return Value
Type:
See Also