Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
poppler-glib
Poppler
PSFile
PSFile
free
set_duplex
set_paper_size
PSFile
Object Hierarchy:
Description:
public
class
PSFile
:
Object
Namespace:
Poppler
Package:
poppler-glib
Content:
Creation methods:
public
PSFile
(
Document
document,
string
filename,
int
first_page,
int
n_pages)
Create a new postscript file to render to
Methods:
public
void
free
()
Frees
ps_file
public
void
set_duplex
(
bool
duplex)
Enable or disable Duplex printing.
public
void
set_paper_size
(
double
width,
double
height)
Set the output paper size. These values will end up in the DocumentMedia, the BoundingBox DSC comments and other places in the generated PostScript.