C# Class HPdf.HPdfEncoder

Mostra file Open project: ChristophGuillermet/WHITECAT_opensource Class Usage Examples

Public Methods

Method Description
GetByteType ( string text, uint index ) : HPdfByteType
GetEncoderType ( ) : HPdfEncoderType
GetHandle ( ) : IntPtr
GetUnicode ( ushort code ) : ushort
GetWritingMode ( ) : HPdfWritingMode
HPdfEncoder ( IntPtr hencoder ) : System

Private Methods

Method Description
HPDF_Encoder_GetByteType ( IntPtr hencoder, string text, uint index ) : HPdfByteType
HPDF_Encoder_GetType ( IntPtr hencoder ) : HPdfEncoderType
HPDF_Encoder_GetUnicode ( IntPtr hencoder, ushort code ) : ushort
HPDF_Encoder_GetWritingMode ( IntPtr hencoder ) : HPdfWritingMode

Method Details

GetByteType() public method

public GetByteType ( string text, uint index ) : HPdfByteType
text string
index uint
return HPdfByteType

GetEncoderType() public method

public GetEncoderType ( ) : HPdfEncoderType
return HPdfEncoderType

GetHandle() public method

public GetHandle ( ) : IntPtr
return System.IntPtr

GetUnicode() public method

public GetUnicode ( ushort code ) : ushort
code ushort
return ushort

GetWritingMode() public method

public GetWritingMode ( ) : HPdfWritingMode
return HPdfWritingMode

HPdfEncoder() public method

public HPdfEncoder ( IntPtr hencoder ) : System
hencoder System.IntPtr
return System