C# 클래스 Poppler.Dest

파일 보기 프로젝트 열기: GNOME/pdfmod

공개 프로퍼티들

프로퍼티 타입 설명
Bottom double
Left double
NamedDest string
PageNum int
Right double
Top double
Type Poppler.DestType
Zero Poppler.Dest
Zoom double

공개 메소드들

메소드 설명
Copy ( ) : Poppler.Dest
Free ( ) : void
New ( IntPtr raw ) : Poppler.Dest

비공개 메소드들

메소드 설명
ReadNative ( IntPtr native, Poppler &target ) : void
poppler_dest_copy ( IntPtr raw ) : IntPtr
poppler_dest_free ( IntPtr raw ) : void
poppler_dest_get_type ( ) : IntPtr

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Poppler.Dest
리턴 Poppler.Dest

Free() 공개 메소드

public Free ( ) : void
리턴 void

New() 공개 정적인 메소드

public static New ( IntPtr raw ) : Poppler.Dest
raw System.IntPtr
리턴 Poppler.Dest

프로퍼티 상세

Bottom 공개적으로 프로퍼티

public double Bottom
리턴 double

Left 공개적으로 프로퍼티

public double Left
리턴 double

NamedDest 공개적으로 프로퍼티

public string NamedDest
리턴 string

PageNum 공개적으로 프로퍼티

public int PageNum
리턴 int

Right 공개적으로 프로퍼티

public double Right
리턴 double

Top 공개적으로 프로퍼티

public double Top
리턴 double

Type 공개적으로 프로퍼티

public Poppler.DestType Type
리턴 Poppler.DestType

Zero 공개적으로 정적으로 프로퍼티

public static Poppler.Dest Zero
리턴 Poppler.Dest

Zoom 공개적으로 프로퍼티

public double Zoom
리턴 double