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
| Name | Type | Access | Description |
|---|---|---|---|
CMapEncodingTable | CMapEncodingTableType | Read/Write | Gets or sets the c map encoding table. |
PlatformId | ushort | Read/Write | Gets or sets the platform id. |
PlatformSpecificId | ushort | Read/Write | Gets or sets the platform specific id. |
Methods
| Signature | Description |
|---|---|
QueueItem() | Calls QueueItem on this QueueItem instance. |
QueueItem(cmapTable: CMapEncodingTableType) | |
QueueItem(platformID: ushort, platformSpecificID: ushort) |