[]
Initializes a new instance of the QueryPageSettingsEventArgs class.
public QueryPageSettingsEventArgs(IPageSettings pageSettings)
| Type | Name | Description |
|---|---|---|
| IPageSettings | pageSettings | The page settings for the page to be printed. |
Initializes a new instance of the QueryPageSettingsEventArgs class with the specified print action.
public QueryPageSettingsEventArgs(IPageSettings pageSettings, PrintAction printAction)
| Type | Name | Description |
|---|---|---|
| IPageSettings | pageSettings | The page settings for the page to be printed. |
| PrintAction | printAction | The type of print operation occurring. |