|
|
|
|
|
SftPrintPreview.GetInfo Method |
Returns information about the control and its environment.
Syntax
|
VB.NET |
object.GetInfo(ByRef Info As SftPrintPreviewInfo) |
||
|
VB |
object.GetInfo(Info As SftPrintPreviewInfo) |
||
|
C#.NET |
void object.GetInfo(ref SftPrintPreviewInfo Info); |
||
|
VC++ |
HRESULT object->GetInfo(struct SftPrintPreviewInfo* Info); |
||
|
C |
HRESULT object->raw_GetInfo(struct SftPrintPreviewInfo* Info); |
||
|
Delphi |
procedure object.GetInfo(var Info : OleVariant); |
object
A SftPrintPreview object.
Info
Returns a SftPrintPreviewInfo record.
Comments
The GetInfo method returns information about the control and its environment.
The GetInfo method and the Info property are functionally equivalent and return the same information.