SftButton/DLL 3.0 - Button Control (Coming Soon)
SftTabs/DLL 7.0 - Tab Control (Coming Soon)
SftTree/DLL 7.5 - Tree Control
SftTree/DLL 8.0 - Tree Control (Coming Soon)
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Retrieves the current printer settings.
| VB.NET | Info = object.GetCurrentPrinter As String |
| VB | Info = object.GetCurrentPrinter() As String |
| C#.NET | string Info = object.GetCurrentPrinter(); |
| VC++ | _bstr_t* Info = object->GetCurrentPrinter(); |
| C | HRESULT object->raw_GetCurrentPrinter(BSTR* Info); |
object
Info
Retrieves the current printer settings.
The GetCurrentPrinter method retrieves the current printer settings.
The GetCurrentPrinter method returns a string representing printer settings for the current printer. If no printer is available, an empty, zero-length string is returned. The printer settings string contains all current printer settings and can be saved by the application (Registry, INI file, etc.). The SetCurrentPrinter method can be used to restore this printer and its settings, using the saved information, at a later time.
The current printer name can be retrieved and defined using the Printer.Name property.
See Also SftPrintPreview Object | Object Hierarchy
