Click or drag to resize

DocxTextBoxSetSize Method

Sets the size of the textbox

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public void SetSize(
	double width,
	double height
)

Parameters

width
Type: SystemDouble
The width.
height
Type: SystemDouble
The height.
See Also