[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocument.MeasureDocument

MeasureDocument Method

MeasureDocument(C1WordDocument, float)

Measures a Word document into a rectangle with the specified width.

Declaration
public SizeF MeasureDocument(C1WordDocument document, float width = -1)
Parameters
Type Name Description
C1WordDocument document

The Word document object.

float width

Maximum width of the string.

Returns
Type Description
SizeF

The size of the string expressed in points.