A Sandcastle Documented Class Library
![]() | 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)

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.
