C# 클래스 HPdf.HPdfDestination

파일 보기 프로젝트 열기: ChristophGuillermet/WHITECAT_opensource 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GetHandle() 공개 메소드

public GetHandle ( ) : IntPtr
리턴 System.IntPtr

HPdfDestination() 공개 메소드

public HPdfDestination ( IntPtr hdest ) : System
hdest System.IntPtr
리턴 System

SetFit() 공개 메소드

public SetFit ( ) : void
리턴 void

SetFitB() 공개 메소드

public SetFitB ( ) : void
리턴 void

SetFitBH() 공개 메소드

public SetFitBH ( float top ) : void
top float
리턴 void

SetFitBV() 공개 메소드

public SetFitBV ( float left ) : void
left float
리턴 void

SetFitH() 공개 메소드

public SetFitH ( float top ) : void
top float
리턴 void

SetFitR() 공개 메소드

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

SetFitV() 공개 메소드

public SetFitV ( float left ) : void
left float
리턴 void

SetXYZ() 공개 메소드

public SetXYZ ( float left, float top, float zoom ) : void
left float
top float
zoom float
리턴 void