C# Class HPdf.HPdfEncoder

Afficher le fichier Open project: ChristophGuillermet/WHITECAT_opensource Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GetByteType ( string text, uint index ) : HPdfByteType
text string
index uint
Résultat HPdfByteType

GetEncoderType() public méthode

public GetEncoderType ( ) : HPdfEncoderType
Résultat HPdfEncoderType

GetHandle() public méthode

public GetHandle ( ) : IntPtr
Résultat System.IntPtr

GetUnicode() public méthode

public GetUnicode ( ushort code ) : ushort
code ushort
Résultat ushort

GetWritingMode() public méthode

public GetWritingMode ( ) : HPdfWritingMode
Résultat HPdfWritingMode

HPdfEncoder() public méthode

public HPdfEncoder ( IntPtr hencoder ) : System
hencoder System.IntPtr
Résultat System