|
|
|
|
|
SftPrintPreview.PrintPages Property |
Defines the pages to print using the PrintContents method.
Syntax
|
VB.NET |
Scope = object.PrintPages As SftPrintPreviewScopeConstants |
||
|
VB |
Scope = object.PrintPages As SftPrintPreviewScopeConstants |
||
|
C#.NET |
SftPrintPreviewScopeConstants Scope = object.PrintPages; |
||
|
VC++ |
enum SftPrintPreviewScopeConstants Scope = object->PrintPages;
|
||
|
C |
HRESULT object->get_PrintPages(enum SftPrintPreviewScopeConstants* Scope); |
||
|
Delphi |
Scope := object.PrintPages : TOleEnum; |
||
|
VB.NET |
object.PrintPages = Scope As SftPrintPreviewScopeConstants |
||
|
VB |
object.PrintPages = Scope As SftPrintPreviewScopeConstants |
||
|
C#.NET |
SftPrintPreviewScopeConstants object.PrintPages = Scope; |
||
|
VC++ |
enum SftPrintPreviewScopeConstants object->PrintPages = Scope;
|
||
|
C |
HRESULT object->put_PrintPages(enum SftPrintPreviewScopeConstants Scope); |
||
|
Delphi |
object.PrintPages := Scope : TOleEnum; |
||
object
A SftPrintPreview object.
Scope
Defines the pages to print using the PrintContents method.
|
Name |
Value |
Description |
|
0 |
All Pages |
|
|
1 |
Current Page |
Comments
The PrintPages property defines the pages to print using the PrintContents method.