Skip to main content

TdxCustomDrawPreviewEvent Type

Declaration

TdxCustomDrawPreviewEvent = procedure(APrintStyle: TBasedxPrintStyle; ACanvas: TCanvas; APageRect: TRect; AContentRect: TRect; AHeaderRect: TRect; AFooterRect: TRect) of object;

Parameters

Name Type
APrintStyle TBasedxPrintStyle
ACanvas TCanvas
APageRect TRect
AContentRect TRect
AHeaderRect TRect
AFooterRect TRect
See Also