Click or drag to resize

FontGetCharCodeIterator Method

CharCodeGetIterator represents an iterator interface used to traverse a list of Char codes for which there is a glyph outline in the embedded font.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public FontCharCodeIterator GetCharCodeIterator()

Return Value

Type: FontCharCodeIterator
the Char code iterator
Remarks
this function is in the process of being tested and shouldn't be used in production applications.
See Also