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()
Public Function GetCharCodeIterator As FontCharCodeIterator
public:
virtual FontCharCodeIterator^ GetCharCodeIterator() sealed
function 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