DocxTextBox.Height Property

QsInformatica.Utils

DocxTextBoxHeight Property

Gets the height.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.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

Type: Double
The height.
See Also