Class FontCharCodeIterator
FontCharCodeIterator is an iterator type that can be used to traverse a list of visible char codes in a font embedded in PDF. For more information, please take a look at Font.getCodeIterator().
Implements
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public class FontCharCodeIterator : Iterator<uint>, IDisposable
Methods
Current()
get the current FDFFontCharCodeIterator
Declaration
public override uint Current()
Returns
Type | Description |
---|---|
uint | current |