IPdfEncoding Interface |
Namespace: GemBox.Pdf.Text
The IPdfEncoding type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetByteCount |
Calculates the number of bytes produced by encoding the characters in the specified string.
|
![]() | GetBytes |
Encodes a set of characters from the specified string into the specified byte array.
|
![]() | GetMaxByteCount |
Calculates the maximum number of bytes produced by encoding the specified number of characters.
|
![]() | GetString |
Decodes a sequence of bytes from the specified byte array into a string.
|
Name | Description | |
---|---|---|
![]() | GetBytes |
Encodes all the characters in the specified string into a sequence of bytes.
(Defined by PdfEncodingExtensions.) |
![]() | GetString |
Decodes a sequence of bytes from the specified byte array into a string.
(Defined by PdfEncodingExtensions.) |