|
|
|
|
|
SftPrintPreviewPrinter.PaperSourceValue Property |
Defines the paper source.
Syntax
|
VB.NET |
Source = object.PaperSourceValue As Integer |
||
|
VB |
Source = object.PaperSourceValue As Integer |
||
|
C#.NET |
short Source = object.PaperSourceValue; |
||
|
VC++ |
short Source = object->PaperSourceValue;
|
||
|
C |
HRESULT object->get_PaperSourceValue(short* Source); |
||
|
Delphi |
Source := object.PaperSourceValue : Smallint; |
||
|
VB.NET |
object.PaperSourceValue = Source As Integer |
||
|
VB |
object.PaperSourceValue = Source As Integer |
||
|
C#.NET |
short object.PaperSourceValue = Source; |
||
|
VC++ |
short object->PaperSourceValue = Source;
|
||
|
C |
HRESULT object->put_PaperSourceValue(short Source); |
||
|
Delphi |
object.PaperSourceValue := Source : Smallint; |
||
object
A SftPrintPreviewPrinter object.
Source
Defines the paper source.
Comments
The PaperSourceValue property defines the paper source.
Available paper sources are accessible using the Printer.BinValue and Printer.BinCount properties.