Sets height 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 SetHeight(
float value
)
Public Sub SetHeight (
value As Single
)
public:
void SetHeight(
float value
)
member SetHeight :
value : float32 -> unit
Parameters
-
value
-
Type:
System
Single
See Also