Class StringIndexDataProvider

StringIndexDataProvider class

Declares functionality to access CFF String INDEX structure.

public abstract class StringIndexDataProvider : ICffIndexDataProvider

Properties

NameDescription
abstract Count { get; }The number of objects in the CFF INDEX structure.
abstract Item { get; set; }Gets/sets string at the specified index.

Methods

NameDescription
abstract AddString(string)Adds string into CFF String INDEX structure.
abstract GetRawBytes()Gets all the bytes of the CFF INDEX structure.
abstract GetString(int)Gets string at the specified index from CFF String INDEX structure.
abstract RemoveString(int)Removes string from CFF String Index structure at the specified index.
abstract SetString(string, int)Sets string in the CFF String Index structure at the specified index.

See Also