|
|
|
|
|
SftPrintPreviewPrinter.FormCount Property |
Returns the number of supported paper sizes.
Syntax
|
VB.NET |
Total = object.FormCount As Integer |
||
|
VB |
Total = object.FormCount As Integer |
||
|
C#.NET |
int Total = object.FormCount; |
||
|
VC++ |
int Total = object->FormCount;
|
||
|
C |
HRESULT object->get_FormCount(int* Total); |
||
|
Delphi |
Total := object.FormCount : Integer; |
||
object
A SftPrintPreviewPrinter object.
Total
Returns the number of supported paper sizes.
Comments
The FormCount property returns the number of supported paper sizes.