DocxTextBox.Width Property

QsInformatica.Utils

DocxTextBoxWidth Property

Gets the width.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public double Width { get; }
Public ReadOnly Property Width As Double
	Get
public:
property double Width {
	double get ();
}
member Width : float with get

Property Value

Type: Double
The width.
See Also