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 paper width.
Get
| VB.NET | width = object.PaperWidth As Integer |
| VB | width = object.PaperWidth As Integer |
| C#.NET | short width = object.PaperWidth; |
| VC++ | short width = object->PaperWidth; short width = object->GetPaperWidth(); |
| C | HRESULT object->get_PaperWidth(short* width); |
Put
| VB.NET | object.PaperWidth = width As Integer |
| VB | object.PaperWidth = width As Integer |
| C#.NET | short object.PaperWidth = width; |
| VC++ | short object->PaperWidth = width; void object->PutPaperWidth(short width); |
| C | HRESULT object->put_PaperWidth(short width); |
object
A SftPrintPreviewPrinter object.
width
Defines the paper width.
The PaperWidth property defines the paper width.
The Printer.PaperLength property defines the paper length.
The Printer.PaperSize and Printer.PaperSizeValue properties can be used to define the paper size for the current printer using predefined paper sizes.
See Also SftPrintPreviewPrinter Object | Object Hierarchy
