C# Class HPdf.HPdfDestination

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

Méthodes publiques

Méthode Description
GetHandle ( ) : IntPtr
HPdfDestination ( IntPtr hdest ) : System
SetFit ( ) : void
SetFitB ( ) : void
SetFitBH ( float top ) : void
SetFitBV ( float left ) : void
SetFitH ( float top ) : void
SetFitR ( float left, float bottom, float right, float top ) : void
SetFitV ( float left ) : void
SetXYZ ( float left, float top, float zoom ) : void

Private Methods

Méthode Description
HPDF_Destination_SetFit ( IntPtr hdest ) : uint
HPDF_Destination_SetFitB ( IntPtr hdest ) : uint
HPDF_Destination_SetFitBH ( IntPtr hdest, float top ) : uint
HPDF_Destination_SetFitBV ( IntPtr hdest, float left ) : uint
HPDF_Destination_SetFitH ( IntPtr hdest, float top ) : uint
HPDF_Destination_SetFitR ( IntPtr hdest, float left, float bottom, float right, float top ) : uint
HPDF_Destination_SetFitV ( IntPtr hdest, float left ) : uint
HPDF_Destination_SetXYZ ( IntPtr hdest, float left, float top, float zoom ) : uint

Method Details

GetHandle() public méthode

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

HPdfDestination() public méthode

public HPdfDestination ( IntPtr hdest ) : System
hdest System.IntPtr
Résultat System

SetFit() public méthode

public SetFit ( ) : void
Résultat void

SetFitB() public méthode

public SetFitB ( ) : void
Résultat void

SetFitBH() public méthode

public SetFitBH ( float top ) : void
top float
Résultat void

SetFitBV() public méthode

public SetFitBV ( float left ) : void
left float
Résultat void

SetFitH() public méthode

public SetFitH ( float top ) : void
top float
Résultat void

SetFitR() public méthode

public SetFitR ( float left, float bottom, float right, float top ) : void
left float
bottom float
right float
top float
Résultat void

SetFitV() public méthode

public SetFitV ( float left ) : void
left float
Résultat void

SetXYZ() public méthode

public SetXYZ ( float left, float top, float zoom ) : void
left float
top float
zoom float
Résultat void