Show / Hide Table of Contents

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().

Inheritance
System.Object
Iterator<System.UInt32>
FontCharCodeIterator
Implements
System.IDisposable
Inherited Members
Iterator<UInt32>.Dispose()
Iterator<UInt32>.Dispose(Boolean)
Iterator<UInt32>.Next()
Iterator<UInt32>.HasNext()
Iterator<UInt32>.op_Assign(Iterator<UInt32>)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.PDF
Assembly: PDFNetiOS.dll
Syntax
public class FontCharCodeIterator : Iterator<uint>, IDisposable

Methods

Current()

get the current FDFFontCharCodeIterator

Declaration
public override uint Current()
Returns
Type Description
System.UInt32

current FDFField object

Overrides
pdftron.Common.Iterator<System.UInt32>.Current()

Implements

System.IDisposable
In This Article
Back to top Generated by DocFX