FMX.Printer.TPrinter.Canvas

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Canvas: TCanvas read GetCanvas;

C++

__property Fmx::Graphics::TCanvas* Canvas = {read=GetCanvas};

Properties

Type Visibility Source Unit Parent
property public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Represents the surface of the currently printing page.

Canvas represents the printing surface of a page. Use the FMX.Graphics.TCanvas.Font property of the Canvas object to determine the font of the text that appears on the page.

See Also