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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Returns information about printer capabilities.
| VB.NET | Available = object.Can(ByVal Feature As String) As Boolean |
| VB | Available = object.Can(ByVal Feature As String) As Boolean |
| C#.NET | bool Available = object.Can(string Feature); |
| VC++ | VARIANT_BOOL* Available = object->Can(_bstr_t Feature); |
| C | HRESULT object->raw_Can(BSTR Feature, VARIANT_BOOL* Available); |
object
A SftPrintPreviewPrinter object.
Feature
Specifies the printer capability. The Feature argument is case-sensitive.
| Feature | Description |
|---|---|
| Collate | The current printer supports collating. The Printer.Collate property can be used to enable collating. |
| Colors | The current printer is a color printer. The Printer.Duplex property can be used to enable duplexing. |
| Duplex | The current printer supports duplexing. |
| Staple | The current printer supports stapling (Windows 2000 and above only). |
| TrueTypeAsGraphics | The current printer prints TrueType fonts as graphics. |
| TrueTypeDownload | The current printer can download TrueType fonts. |
| TrueTypeSubstitute | The current printer can substitute device fonts for TrueType fonts. |
Available
Returns True if the Feature specified is supported by the current printer, False otherwise.
The Can method returns information about printer capabilities.
See Also SftPrintPreviewPrinter Object | Object Hierarchy
