TIWCGJQCustomPrint.Print(TControl,boolean) Method

Print method

Namespace: IWCGJQPrint
public
 procedure Print(AElement: TControl = nil; const AScrollableElem: boolean = False); overload;

Parameters

AElement
Type: TControl

Print specific element

AScrollableElem
Type: boolean

If AElement is not specified, will print full page.

Print full page:

IWCGJQPrint1.Print;

Print specific region or component:

WCGJQPrint1.Print(IWCGJQRegion1);