Qt.QPrinter Class

public class QPrinter: QPaintDevice, System.IDisposable

Base Types

System.Object
  QtSupport
    QPaintDevice
      QPrinter

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QPrinter(PrinterMode) Constructor

public void QPrinter(PrinterMode mode);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter() Constructor

public void QPrinter();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter(void *) Constructor

public void QPrinter(void * ptr);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Abort Method

public bool Abort();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Aborted Method

public bool Aborted();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Cmd Method

protected bool Cmd(int arg1, Qt.QPainter arg2, Qt.QPDevCmdParam arg3);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.CollateCopies Method

public bool CollateCopies();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.CollateCopiesEnabled Method

public bool CollateCopiesEnabled();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Creator Method

public System.String Creator();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.DocName Method

public System.String DocName();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Finalize Method

protected override void Finalize();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.FromPage Method

public int FromPage();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.FullPage Method

public bool FullPage();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Margins Method

public Qt.QSize Margins();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.MaxPage Method

public int MaxPage();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Metric Method

protected int Metric(int arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.MinPage Method

public int MinPage();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.NewPage Method

public bool NewPage();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.NumCopies Method

public int NumCopies();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.OutputFileName Method

public System.String OutputFileName();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.OutputToFile Method

public bool OutputToFile();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.PrintProgram Method

public System.String PrintProgram();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.PrinterName Method

public System.String PrinterName();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.PrinterSelectionOption Method

public System.String PrinterSelectionOption();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Resolution Method

public int Resolution();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetActive Method

protected void SetActive();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetCollateCopies Method

public void SetCollateCopies(bool arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetCollateCopiesEnabled Method

public void SetCollateCopiesEnabled(bool arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetColorMode Method

public void SetColorMode(ColorMode arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetCreator Method

public void SetCreator(System.String arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetDocName Method

public void SetDocName(System.String arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetFromTo Method

public void SetFromTo(int fromPage, int toPage);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetFullPage Method

public void SetFullPage(bool arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetIdle Method

protected void SetIdle();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetMinMax Method

public void SetMinMax(int minPage, int maxPage);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetNumCopies Method

public void SetNumCopies(int arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetOrientation Method

public void SetOrientation(Orientation arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetOutputFileName Method

public void SetOutputFileName(System.String arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetOutputToFile Method

public void SetOutputToFile(bool arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetPageOrder Method

public void SetPageOrder(PageOrder arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetPageSize Method

public void SetPageSize(PageSize arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetPaperSource Method

public void SetPaperSource(PaperSource arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetPrintProgram Method

public void SetPrintProgram(System.String arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetPrinterName Method

public void SetPrinterName(System.String arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetPrinterSelectionOption Method

public void SetPrinterSelectionOption(System.String arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.SetResolution Method

public void SetResolution(int arg1);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Setup(Qt.QWidget) Method

public bool Setup(Qt.QWidget parent);

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.Setup() Method

public bool Setup();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.TheColorMode Method

public ColorMode TheColorMode();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.TheOrientation Method

public Orientation TheOrientation();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.ThePageOrder Method

public PageOrder ThePageOrder();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.ThePageSize Method

public PageSize ThePageSize();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.ThePaperSource Method

public PaperSource ThePaperSource();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.ToPage Method

public int ToPage();

See Also

Qt.QPrinter Class, Qt Namespace

QPrinter.WinPageSize Method

public short WinPageSize();

See Also

Qt.QPrinter Class, Qt Namespace