| DocxTextBoxHeight Property |
Gets the height.
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public double Height { get; }
Public ReadOnly Property Height As Double
Get
public:
property double Height {
double get ();
}
member Height : float with get
Property Value
DoubleThe height.
See Also