int GetNoCopies();
bool GetCollate();
int GetOrientation();
-
+ bool IsOrientationReversed() const;
+
bool IsOk();
%pythoncode { Ok = IsOk }
void SetNoCopies(int v);
void SetCollate(bool flag);
void SetOrientation(int orient);
-
+ void SetOrientationReversed(bool reversed);
+
void SetPrinterName(const wxString& name);
void SetColour(bool colour);
void SetDuplex(wxDuplexMode duplex);