TeeSaveToPDFFile

TeeSaveToPDFFile procedure

procedure TeeSaveToPDFFile(Const APanel: TCustomTeePanel; Const FileName: WideString; AWidth, AHeight: Integer);

Unit
TeePDFCanvas

Description
Helper procedure to generate a PDF file with the specified width and height pixel sizes:

TeeSaveToPDFFile( Chart1, 'mychart.pdf', 450, 200 );