Frame
SetHorizontalPosition Method
|
Sets the position of the left edge of the frame
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void SetHorizontalPosition(
float value
)
Public Sub SetHorizontalPosition (
value As Single
)
public:
void SetHorizontalPosition(
float value
)
member SetHorizontalPosition :
value : float32 -> unit
Parameters
-
value
-
Type:
System
Single
See Also