Property Size
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Size
Gets the size of the page area occupied by the text of this chunk.
public PdfSize Size { get; }
Property Value
- 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.
- See Also