C# Class HPdf.HPdfDestination

ファイルを表示 Open project: ChristophGuillermet/WHITECAT_opensource Class Usage Examples

Public Methods

Method 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

Method 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 method

public GetHandle ( ) : IntPtr
return System.IntPtr

HPdfDestination() public method

public HPdfDestination ( IntPtr hdest ) : System
hdest System.IntPtr
return System

SetFit() public method

public SetFit ( ) : void
return void

SetFitB() public method

public SetFitB ( ) : void
return void

SetFitBH() public method

public SetFitBH ( float top ) : void
top float
return void

SetFitBV() public method

public SetFitBV ( float left ) : void
left float
return void

SetFitH() public method

public SetFitH ( float top ) : void
top float
return void

SetFitR() public method

public SetFitR ( float left, float bottom, float right, float top ) : void
left float
bottom float
right float
top float
return void

SetFitV() public method

public SetFitV ( float left ) : void
left float
return void

SetXYZ() public method

public SetXYZ ( float left, float top, float zoom ) : void
left float
top float
zoom float
return void