]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/postscpt.tex
SetTitle method (internal use only) changed to virtual OnSetTitle, added GetOpenedPag...
[wxWidgets.git] / docs / latex / wx / postscpt.tex
CommitLineData
a660d684
KB
1\section{\class{wxPostScriptDC}}\label{wxpostscriptdc}
2
3This defines the wxWindows Encapsulated PostScript device context,
4which can write PostScript files on any platform. See \helpref{wxDC}{wxdc} for
5descriptions of the member functions.
6
7\wxheading{Derived from}
8
9\helpref{wxDC}{wxdc}\\
10\helpref{wxObject}{wxobject}
11
954b8ae6
JS
12\wxheading{Include files}
13
14<wx/dcps.h>
15
a660d684
KB
16\membersection{wxPostScriptDC::wxPostScriptDC}
17
7bcb11d3
JS
18\func{}{wxPostScriptDC}{\param{const wxPrintData\&}{ printData}}
19
20Constructs a PostScript printer device context from a \helpref{wxPrintData}{wxprintdata} object.
21
a660d684
KB
22\func{}{wxPostScriptDC}{\param{const wxString\& }{output}, \param{bool }{interactive = TRUE},\\
23 \param{wxWindow *}{parent}}
24
25Constructor. {\it output} is an optional file for printing to, and if
26\rtfsp{\it interactive} is TRUE a dialog box will be displayed for adjusting
27various parameters. {\it parent} is the parent of the printer dialog box.
28
29Use the {\it Ok} member to test whether the constructor was successful
30in creating a useable device context.
31
32See \helpref{Printer settings}{printersettings} for functions to set and
33get PostScript printing settings.
34
7bcb11d3
JS
35This constructor and the global printer settings are now deprecated;
36use the wxPrintData constructor instead.
37
a660d684
KB
38
39