Click or drag to resize

DocxTextBoxSetSize Method

Sets the size of the textbox

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

Parameters

width  Double
The width.
height  Double
The height.
See Also