QueueItem

Overview

QueueItem is a class in Aspose.PDF FOSS for .NET.

One entry in the priority queue — names a single (platformID, platformSpecificID) cmap subtable.

This class provides 3 methods for working with QueueItem objects in .NET programs. Available methods include: QueueItem. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: CMapEncodingTable, PlatformId, PlatformSpecificId.

Properties

NameTypeAccessDescription
CMapEncodingTableCMapEncodingTableTypeRead/WriteGets or sets the c map encoding table.
PlatformIdushortRead/WriteGets or sets the platform id.
PlatformSpecificIdushortRead/WriteGets or sets the platform specific id.

Methods

SignatureDescription
QueueItem()Calls QueueItem on this QueueItem instance.
QueueItem(cmapTable: CMapEncodingTableType)
QueueItem(platformID: ushort, platformSpecificID: ushort)

See Also