PdfEncodings Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfEncodings[[PdfEncodings]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
enc) |
|
|
( |
|
|
( |
|
|
( |
Details
Constructors
PdfEncodings
public PdfEncodings()
Methods
ConvertToBytes [1/2]
Source code
public static byte ConvertToBytes(string text, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
encoding |
ConvertToBytes [2/2]
Source code
public static byte ConvertToBytes(char char1, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
char1 |
|
|
|
encoding |
ConvertToString
Source code
public static string ConvertToString(byte[] bytes, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
bytes |
|
|
|
encoding |
IsPdfDocEncoding
Source code
public static bool IsPdfDocEncoding(string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
AddExtraEncoding
Source code
public static void AddExtraEncoding(string name, IExtraEncoding enc)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
enc |
Generated with ModularDoc