DocxTextBox.SetSize Method

QsInformatica.Utils

DocxTextBoxSetSize Method

Sets the size of the textbox

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public void SetSize(
	double width,
	double height
)
Public Sub SetSize ( 
	width As Double,
	height As Double
)
public:
void SetSize(
	double width, 
	double height
)
member SetSize : 
        width : float * 
        height : float -> unit 

Parameters

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