| DocxTextBoxSetSize Method |
Sets the size of the textbox
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.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 Double
- The width.
- height Double
- The height.
See Also