PdfTextData.Size Property

Gets the size of the page area occupied by the text of this chunk.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfSize Size { get; }
VB
Public ReadOnly Property Size As PdfSize
	Get

Property Value

Type: PdfSize
The size of the page area occupied by the text of this chunk.

Remarks

The size corresponds to the width and the height of the Bounds rectangle.

Below is an example of Size value for a transformed text.

PdfTextData properties explained

See Also