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
Returns the printing resolution.
| VB.NET | object.GetPrintResolution(ByRef DPIX As Integer, ByRef DPIY As Integer) |
| VB | object.GetPrintResolution(DPIX As Long, DPIY As Long) |
| C#.NET | void object.GetPrintResolution(out int DPIX, out int DPIY); |
| VC++ | HRESULT object->GetPrintResolution(long* DPIX, long* DPIY); |
| C | HRESULT object->raw_GetPrintResolution(long* DPIX, long* DPIY); |
object
A SftPrintPreviewPrinter object.
DPIX
Returns the number of pixels per inch horizontally.
DPIY
Returns the number of pixels per inch vertically.
The GetPrintResolution method returns the printing resolution for the current printer and the current printer settings.
Printer.SetPrintResolution can be used to select a printing resolution.
Printer.Resolution and Printer.ResolutionCount return information about the available printing resolutions.
See Also SftPrintPreviewPrinter Object | Object Hierarchy
