Class that defines a mapping between character codes (CIDs)
to a character selector (Identity-H encoding)
| C# | Visual Basic | Visual Basic Usage |
public class PdfCMap : PdfContentStream
Public Class PdfCMap _ Inherits PdfContentStream
Dim instance As PdfCMap
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| PdfCMap(PdfObjectId) | Initializes a new instance of the PdfCMap class | |
| AddBfRange(Int32, Int32) |
Adds the supplied glyph index to unicode value mapping.
| |
| AddBfRanges(IDictionary) |
Adds the supplied glyph -> unicode pairs.
| |
| AddFilter(IFilter) | (Inherited from PdfStream.) | |
| data | (Inherited from PdfStream.) | |
| DefaultName | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetReference()()()() | (Inherited from PdfObject.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsIndirect | (Inherited from PdfObject.) | |
| m_dictionary | (Inherited from PdfStream.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ObjectId | (Inherited from PdfObject.) | |
| stream | (Inherited from PdfContentStream.) | |
| streamData | (Inherited from PdfContentStream.) | |
| SystemInfo | ||
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Inherited from JsonExtensionsWeb.) | |
| ToString()()()() | (Inherited from Object.) | |
| Write(PdfWriter) |
Overriden to create CMap content stream.
(Overrides PdfContentStream.Write(PdfWriter).) | |
| Write(PdfObject) | (Inherited from PdfContentStream.) | |
| Write(String) |
TODO: This method is temporary. I'm assuming that all string should
be represented as a PdfString object?
(Inherited from PdfContentStream.) | |
| Write(Int32) | (Inherited from PdfContentStream.) | |
| Write(Decimal) | (Inherited from PdfContentStream.) | |
| Write(array<Byte>[]()[][]) | (Inherited from PdfContentStream.) | |
| WriteByte(Byte) | (Inherited from PdfContentStream.) | |
| WriteIndirect(PdfWriter) | (Inherited from PdfObject.) | |
| WriteKeyword(Keyword) | (Inherited from PdfContentStream.) | |
| WriteLine(PdfObject) | (Inherited from PdfContentStream.) | |
| WriteLine(String) | (Inherited from PdfContentStream.) | |
| WriteLine(Int32) | (Inherited from PdfContentStream.) | |
| WriteLine(Decimal) | (Inherited from PdfContentStream.) | |
| WriteLine()()()() | (Inherited from PdfContentStream.) | |
| WriteLine(array<Byte>[]()[][]) | (Inherited from PdfContentStream.) | |
| WriteSpace()()()() | (Inherited from PdfContentStream.) |
| Object | ||||
| PdfObject | ||||
| PdfStream | ||||
| PdfContentStream | ||||
| PdfCMap | ||||