GdPicture.NET.14
GdPicture14 Namespace / GdViewer Class / PrintSetActivePrinter Method





In This Topic
PrintSetActivePrinter Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Function PrintSetActivePrinter( _
   ByVal PrinterName As String _
) As Boolean
public bool PrintSetActivePrinter( 
   string PrinterName
)
public function PrintSetActivePrinter( 
    PrinterName: String
): Boolean; 
public function PrintSetActivePrinter( 
   PrinterName : String
) : boolean;
public: bool PrintSetActivePrinter( 
   string* PrinterName
) 
public:
bool PrintSetActivePrinter( 
   String^ PrinterName
) 

Parameters

PrinterName
See Also