GetTextBlockCount

Description

Gets the number of PDFTextBlock objects in the current PDFRichText object.

Applies to

PDFRichText object

Syntax

long GetTextBlockCount()

Return value

Long. Returns the number of PDFTextBlock objects in the current PDFRichText object.

Examples

This example gets the count of PDFTextBlock objects:

long ll_count
ll_count = lpdf_rtext.gettextblockcount( )

See also

AddTextBlock

Clone

GetOverflowPageText

GetTextBlock

GetWrapImage

GetWrapImageCount

IsOverflowPage

RemoveTextBlock

RemoveWrapImage

WrapImage