wxPrintPreview

See external documentation: wxPrintPreview.

See external documentation: wxPrintPreview.

Functions


new(Printout) -> wxPrintPreview()

Equivalent to new(Printout, []).

new(Printout, Options::[Option]) -> wxPrintPreview()

See external documentation.

new(Printout, PrintoutForPrinting, Data) -> wxPrintPreview()

See external documentation.

getCanvas(This) -> wxPreviewCanvas:wxPreviewCanvas()

See external documentation.

getCurrentPage(This) -> integer()

See external documentation.

getFrame(This) -> wxFrame:wxFrame()

See external documentation.

getMaxPage(This) -> integer()

See external documentation.

getMinPage(This) -> integer()

See external documentation.

getPrintout(This) -> wxPrintout:wxPrintout()

See external documentation.

getPrintoutForPrinting(This) -> wxPrintout:wxPrintout()

See external documentation.

isOk(This) -> boolean()

See external documentation.

paintPage(This, Canvas, Dc) -> boolean()

See external documentation.

print(This, Interactive) -> boolean()

See external documentation.

renderPage(This, PageNum) -> boolean()

See external documentation.

setCanvas(This, Canvas) -> ok

See external documentation.

setCurrentPage(This, PageNum) -> boolean()

See external documentation.

setFrame(This, Frame) -> ok

See external documentation.

setPrintout(This, Printout) -> ok

See external documentation.

setZoom(This, Percent) -> ok

See external documentation.

destroy(This::wxPrintPreview()) -> ok

Destroys this object, do not use object again