|
|
|
|
|
SftPrintPreviewPrinter.PaperSource Property |
Defines the paper source.
Syntax
|
VB.NET |
Name = object.PaperSource As String |
||
|
VB |
Name = object.PaperSource As String |
||
|
C#.NET |
string Name = object.PaperSource; |
||
|
VC++ |
_bstr_t Name = object->PaperSource;
|
||
|
C |
HRESULT object->get_PaperSource(BSTR* Name); |
||
|
Delphi |
Name := object.PaperSource : WideString; |
||
|
VB.NET |
object.PaperSource = Name As String |
||
|
VB |
object.PaperSource = Name As String |
||
|
C#.NET |
string object.PaperSource = Name; |
||
|
VC++ |
_bstr_t object->PaperSource = Name;
|
||
|
C |
HRESULT object->put_PaperSource(BSTR Name); |
||
|
Delphi |
object.PaperSource := Name : WideString; |
||
object
A SftPrintPreviewPrinter object.
Name
Defines the paper source.
Comments
The PaperSource property defines the paper source.
Available paper sources are accessible using the Printer.Bin and Printer.BinCount properties.