Presentation
Print Method (String)
|
Print the whole presentation to the specified printer.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Print(
string Name
)
Public Sub Print (
Name As String
)
public:
void Print(
String^ Name
)
member Print :
Name : string -> unit
Parameters
-
Name
-
Type:
System
String
The name of the printer.
See Also