C# Class Poppler.PSFile

Inheritance: GLib.Object
显示文件 Open project: GNOME/pdfmod

Public Methods

Method Description
Free ( ) : void
PSFile ( IntPtr raw ) : System
PSFile ( Poppler document, string filename, int first_page, int n_pages ) : System
SetPaperSize ( double width, double height ) : void

Private Methods

Method Description
PSFile ( GLib gtype ) : System
poppler_ps_file_free ( IntPtr raw ) : void
poppler_ps_file_get_type ( ) : IntPtr
poppler_ps_file_new ( IntPtr document, IntPtr filename, int first_page, int n_pages ) : IntPtr
poppler_ps_file_set_duplex ( IntPtr raw, bool duplex ) : void
poppler_ps_file_set_paper_size ( IntPtr raw, double width, double height ) : void

Method Details

Free() public method

public Free ( ) : void
return void

PSFile() public method

public PSFile ( IntPtr raw ) : System
raw System.IntPtr
return System

PSFile() public method

public PSFile ( Poppler document, string filename, int first_page, int n_pages ) : System
document Poppler
filename string
first_page int
n_pages int
return System

SetPaperSize() public method

public SetPaperSize ( double width, double height ) : void
width double
height double
return void