DocumentViewerBase.Print Method

Definition

Invokes a standard Print dialog which can be used to print the contents of the viewer and configure printing preferences.

public:
 void Print();
public void Print ();
member this.Print : unit -> unit
Public Sub Print ()

Remarks

The following figure shows an example of a standard Print dialog. Note that the specific appearance of the Print dialog may vary depending on the hosting computer's configuration.

Screenshot: Print dialog box

Applies to

See also