This method is called when the specified preview action must be executed.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
void DoPreviewCommand(
	ToolBarButtonActionEnum action
)
Visual Basic (Declaration)
Sub DoPreviewCommand ( _
	action As ToolBarButtonActionEnum _
)

Parameters

action
Type: C1.Win.C1PrintPreview..::.ToolBarButtonActionEnum
the action to execute.

See Also