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 length.
Get
| VB.NET | Length = object.PaperLength As Integer |
| VB | Length = object.PaperLength As Integer |
| C#.NET | short Length = object.PaperLength; |
| VC++ | short Length = object->PaperLength; short Length = object->GetPaperLength(); |
| C | HRESULT object->get_PaperLength(short* Length); |
Put
| VB.NET | object.PaperLength = Length As Integer |
| VB | object.PaperLength = Length As Integer |
| C#.NET | short object.PaperLength = Length; |
| VC++ | short object->PaperLength = Length; void object->PutPaperLength(short Length); |
| C | HRESULT object->put_PaperLength(short Length); |
object
A SftPrintPreviewPrinter object.
Length
Defines the paper length.
The PaperLength property defines the paper length.
The Printer.PaperWidth property defines the paper width.
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
