|
|
|
|
|
SftPrintPreview.Info Property |
Returns information about the control and its environment.
Syntax
|
VB.NET |
Information = object.Info As SftPrintPreviewInfo |
||
|
VB |
Information = object.Info As SftPrintPreviewInfo |
||
|
C#.NET |
SftPrintPreviewInfo Information = object.Info; |
||
|
VC++ |
struct SftPrintPreviewInfo Information = object->Info;
|
||
|
C |
HRESULT object->get_Info(struct SftPrintPreviewInfo* Information); |
||
|
Delphi |
Information := object.Info : OleVariant; |
||
object
A SftPrintPreview object.
Information
Returns information about the control and its environment.
Comments
The Info property returns information about the control and its environment.
The GetInfo method and the Info property are functionally equivalent and return the same information.