public class QPrinter: QPaintDevice, System.IDisposable
System.Object
QtSupport
QPaintDevice
QPrinterThis type implements System.IDisposable.
Qt Namespace
QPrinter Constructors
QPrinter(PrinterMode) Constructor
QPrinter() Constructor
QPrinter(void *) Constructor
QPrinter Methods
QPrinter.Abort Method
QPrinter.Aborted Method
QPrinter.Cmd Method
QPrinter.CollateCopies Method
QPrinter.CollateCopiesEnabled Method
QPrinter.Creator Method
QPrinter.DocName Method
QPrinter.Finalize Method
QPrinter.FromPage Method
QPrinter.FullPage Method
QPrinter.Margins Method
QPrinter.MaxPage Method
QPrinter.Metric Method
QPrinter.MinPage Method
QPrinter.NewPage Method
QPrinter.NumCopies Method
QPrinter.OutputFileName Method
QPrinter.OutputToFile Method
QPrinter.PrintProgram Method
QPrinter.PrinterName Method
QPrinter.PrinterSelectionOption Method
QPrinter.Resolution Method
QPrinter.SetActive Method
QPrinter.SetCollateCopies Method
QPrinter.SetCollateCopiesEnabled Method
QPrinter.SetColorMode Method
QPrinter.SetCreator Method
QPrinter.SetDocName Method
QPrinter.SetFromTo Method
QPrinter.SetFullPage Method
QPrinter.SetIdle Method
QPrinter.SetMinMax Method
QPrinter.SetNumCopies Method
QPrinter.SetOrientation Method
QPrinter.SetOutputFileName Method
QPrinter.SetOutputToFile Method
QPrinter.SetPageOrder Method
QPrinter.SetPageSize Method
QPrinter.SetPaperSource Method
QPrinter.SetPrintProgram Method
QPrinter.SetPrinterName Method
QPrinter.SetPrinterSelectionOption Method
QPrinter.SetResolution Method
QPrinter.Setup(Qt.QWidget) Method
QPrinter.Setup() Method
QPrinter.TheColorMode Method
QPrinter.TheOrientation Method
QPrinter.ThePageOrder Method
QPrinter.ThePageSize Method
QPrinter.ThePaperSource Method
QPrinter.ToPage Method
QPrinter.WinPageSize Method
public void QPrinter(PrinterMode mode);
Qt.QPrinter Class, Qt Namespace
public void QPrinter();
Qt.QPrinter Class, Qt Namespace
public void QPrinter(void * ptr);
Qt.QPrinter Class, Qt Namespace
public bool Abort();
Qt.QPrinter Class, Qt Namespace
public bool Aborted();
Qt.QPrinter Class, Qt Namespace
protected bool Cmd(int arg1, Qt.QPainter arg2, Qt.QPDevCmdParam arg3);
Qt.QPrinter Class, Qt Namespace
public bool CollateCopies();
Qt.QPrinter Class, Qt Namespace
public bool CollateCopiesEnabled();
Qt.QPrinter Class, Qt Namespace
public System.String Creator();
Qt.QPrinter Class, Qt Namespace
public System.String DocName();
Qt.QPrinter Class, Qt Namespace
protected override void Finalize();
Qt.QPrinter Class, Qt Namespace
public int FromPage();
Qt.QPrinter Class, Qt Namespace
public bool FullPage();
Qt.QPrinter Class, Qt Namespace
public Qt.QSize Margins();
Qt.QPrinter Class, Qt Namespace
public int MaxPage();
Qt.QPrinter Class, Qt Namespace
protected int Metric(int arg1);
Qt.QPrinter Class, Qt Namespace
public int MinPage();
Qt.QPrinter Class, Qt Namespace
public bool NewPage();
Qt.QPrinter Class, Qt Namespace
public int NumCopies();
Qt.QPrinter Class, Qt Namespace
public System.String OutputFileName();
Qt.QPrinter Class, Qt Namespace
public bool OutputToFile();
Qt.QPrinter Class, Qt Namespace
public System.String PrintProgram();
Qt.QPrinter Class, Qt Namespace
public System.String PrinterName();
Qt.QPrinter Class, Qt Namespace
public System.String PrinterSelectionOption();
Qt.QPrinter Class, Qt Namespace
public int Resolution();
Qt.QPrinter Class, Qt Namespace
protected void SetActive();
Qt.QPrinter Class, Qt Namespace
public void SetCollateCopies(bool arg1);
Qt.QPrinter Class, Qt Namespace
public void SetCollateCopiesEnabled(bool arg1);
Qt.QPrinter Class, Qt Namespace
public void SetColorMode(ColorMode arg1);
Qt.QPrinter Class, Qt Namespace
public void SetCreator(System.String arg1);
Qt.QPrinter Class, Qt Namespace
public void SetDocName(System.String arg1);
Qt.QPrinter Class, Qt Namespace
public void SetFromTo(int fromPage, int toPage);
Qt.QPrinter Class, Qt Namespace
public void SetFullPage(bool arg1);
Qt.QPrinter Class, Qt Namespace
protected void SetIdle();
Qt.QPrinter Class, Qt Namespace
public void SetMinMax(int minPage, int maxPage);
Qt.QPrinter Class, Qt Namespace
public void SetNumCopies(int arg1);
Qt.QPrinter Class, Qt Namespace
public void SetOrientation(Orientation arg1);
Qt.QPrinter Class, Qt Namespace
public void SetOutputFileName(System.String arg1);
Qt.QPrinter Class, Qt Namespace
public void SetOutputToFile(bool arg1);
Qt.QPrinter Class, Qt Namespace
public void SetPageOrder(PageOrder arg1);
Qt.QPrinter Class, Qt Namespace
public void SetPageSize(PageSize arg1);
Qt.QPrinter Class, Qt Namespace
public void SetPaperSource(PaperSource arg1);
Qt.QPrinter Class, Qt Namespace
public void SetPrintProgram(System.String arg1);
Qt.QPrinter Class, Qt Namespace
public void SetPrinterName(System.String arg1);
Qt.QPrinter Class, Qt Namespace
public void SetPrinterSelectionOption(System.String arg1);
Qt.QPrinter Class, Qt Namespace
public void SetResolution(int arg1);
Qt.QPrinter Class, Qt Namespace
public bool Setup(Qt.QWidget parent);
Qt.QPrinter Class, Qt Namespace
public bool Setup();
Qt.QPrinter Class, Qt Namespace
public ColorMode TheColorMode();
Qt.QPrinter Class, Qt Namespace
public Orientation TheOrientation();
Qt.QPrinter Class, Qt Namespace
public PageOrder ThePageOrder();
Qt.QPrinter Class, Qt Namespace
public PageSize ThePageSize();
Qt.QPrinter Class, Qt Namespace
public PaperSource ThePaperSource();
Qt.QPrinter Class, Qt Namespace
public int ToPage();
Qt.QPrinter Class, Qt Namespace
public short WinPageSize();
Qt.QPrinter Class, Qt Namespace