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 printable area of the page (in pixels).
| VB.NET | object.GetPrintableArea(ByRef left As Integer, ByRef top As Integer, ByRef width As Integer, ByRef height As Integer) |
| VB | object.GetPrintableArea(left As Long, top As Long, width As Long, height As Long) |
| C#.NET | void object.GetPrintableArea(out int left, out int top, out int width, out int height); |
| VC++ | HRESULT object->GetPrintableArea(long* left, long* top, long* width, long* height); |
| C | HRESULT object->raw_GetPrintableArea(long* left, long* top, long* width, long* height); |
object
A SftPrintPreviewPrinter object.
left
The horizontal offset from the left edge of the paper to the printable area, in pixels (printer units, based on current printer resolution Printer.GetPrintResolution).
top
The vertical offset from the top edge of the paper to the printable area, in pixels (printer units, based on current printer resolution Printer.GetPrintResolution).
width
The width of the printable area, in pixels (printer units, based on current printer resolution Printer.GetPrintResolution).
height
The height of the printable area, in pixels (printer units, based on current printer resolution Printer.GetPrintResolution).
The GetPrintableArea method returns the printable area of the page (in pixels).
The printable area of a page is generally slightly smaller than the page. The GetPrintableArea method is used to retrieve the exact area where printing is possible.
See Also SftPrintPreviewPrinter Object | Object Hierarchy
