[]
Measures a Word document into a rectangle with the specified width.
public SizeF MeasureDocument(C1WordDocument document, float width = -1)
| Type | Name | Description |
|---|---|---|
| C1WordDocument | document | The Word document object. |
| float | width | Maximum width of the string. |
| Type | Description |
|---|---|
| SizeF | The size of the string expressed in points. |