TBasedxPrintStyle.OnFilterPaper Event
Occurs when retrieving the list of available paper types.
Declaration
property OnFilterPaper: TdxFilterPaperEvent read; write;
Remarks
Write an OnFilterPaper event handler to filter the list of paper types.
The Sender parameter specifies the print style for which the list of paper types is retrieved.
The APaper parameter is used to acquire paper type information.
The AIsSupported parameter specifies whether to include paper types in the list or not; if this parameter is set to True, the APaper type is displayed among available paper types.
See Also