In This Topic
GdPicture14.WPF Namespace / GdViewer Class / PrintSetActivePrinter Method

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