| 
Frame
SetHorizontalDistanceFromText Method
  | 
 Sets the distance between the document text and left or right 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
Syntax
 
 
public void SetHorizontalDistanceFromText(
	float value
)
 
Public Sub SetHorizontalDistanceFromText ( 
	value As Single
)
 
public:
void SetHorizontalDistanceFromText(
	float value
)
 
member SetHorizontalDistanceFromText : 
value : float32 -> unit 
 
 
 
Parameters
 
- 
value
 
- 
 Type:
 
System
Single
 
 
 
 See Also
See Also