CFFIndex public class CFFIndex Documentation public long IndexBeginOffset { get; set; } public byte[] IndexData { get; set; } public long IndexEndOffset { get; set; } public int ObjectsCount { get; set; } public int[] Offsets { get; set; } public byte OffsetSize { get; set; } public CFFIndex() public void GetElement(int elementIndex, out int offset, out int length)