Sets width of this frame
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SetWidth(
float value
)
Public Sub SetWidth (
value As Single
)
public:
void SetWidth(
float value
)
member SetWidth :
value : float32 -> unit
Parameters
-
value
-
Type:
System
Single
See Also