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
Defines the printing resolution.
| VB.NET | object.SetPrintResolution(ByVal DPIX As Integer, ByVal DPIY As Integer) |
| VB | object.SetPrintResolution(ByVal DPIX As Long, ByVal DPIY As Long) |
| C#.NET | void object.SetPrintResolution(int DPIX, int DPIY); |
| VC++ | HRESULT object->SetPrintResolution(long DPIX, long DPIY); |
| C | HRESULT object->raw_SetPrintResolution(long DPIX, long DPIY); |
object
A SftPrintPreviewPrinter object.
DPIX
Defines the number of pixels per inch horizontally.
DPIY
Defines the number of pixels per inch vertically.
The SetPrintResolution method defines the printing resolution.
The Printer.Resolution method and Printer.ResolutionCount property can be used to list exact, pixel-based resolutions.
The combination of DPIX and DPIY must be a valid combination as returned by a call to the Printer.Resolution method.
See Also SftPrintPreviewPrinter Object | Object Hierarchy
