[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocumentBase.GetFontBlocks

GetFontBlocks Method

GetFontBlocks(string, bool)

Gets array (part of text, font, symbol widths of part of text).

Declaration
public List<PdfTextBlock> GetFontBlocks(string text, bool vertical)
Parameters
Type Name Description
string text

The text string.

bool vertical

The vertical text.

Returns
Type Description
List<PdfTextBlock>

The PdfTextBlock array.