Foxit::PDF::CharInfo Class Reference

Class to represent character information. More...

Public Member Functions

 CharInfo (UInt32 unicode, Int32 state, RectF^ bbox)
 Constructor to initialize a new instance of class PDF::CharInfo with specific values.
 

Properties

UInt32 Unicode
 The character's Unicode in UTF-32 encoding.
 
Int32 State
 State of character. More...
 
RectF^  BBox
 4 positions (left, bottom, right, top) of character's bounding box.
 

Detailed Description

Class to represent character information.

This is used as return type of function TextPage::GetCharInfo. It contains character information such as Unicode value, character state, and bounding box.

Property Documentation

Int32 Foxit::PDF::CharInfo::State

State of character.

It should be one of following values:

  • 1: Normal character.
  • 2: The character is generated by Foxit, such as space character, for text-only mode.
  • 3: The character doesn't have its own Unicode value.

Foxit Corporation