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