Table of Contents

FlexCelPrintDocument.OnQueryPageSettings Method

Overrides the standard method to change landscape or portrait settings when AllVisibleSheets is true. You can override this method on a descendant class to change the behavior./>

Syntax

Namespace: FlexCel.Render

protected override void OnQueryPageSettings(QueryPageSettingsEventArgs e)

Parameters

<-> Parameter Type Description
e QueryPageSettingsEventArgs Arguments of the event.

See also