[]
        
(Showing Draft Content)

C1.Pdf.PdfTextBlock

PdfTextBlock Class

The text block with current and alternative font.

Inheritance
PdfTextBlock
Namespace: C1.Pdf
Assembly: C1.Pdf.dll
Syntax
public class PdfTextBlock

Constructors

Name Description
PdfTextBlock(string, Font, int)

Initialization text block.

PdfTextBlock(string, Font, int[], int[], int)

Initialization text block.

Properties

Name Description
Buffer

Gets text buffer for write of the document.

Font

Gets current font of the text.

FontIndex

Gets or sets real font index.

Kerns

Gets or sets character kerning (inter-character spacing).

Placement

Gets or sets glyphs placement for write of the document.

Text

Gets text for write of the document.

Widths

Gets or sets width of each character.

Methods

Name Description
Merge(List<PdfTextBlock>)

Merge all text blocks into one text value.