|
|
|
|
|
SftPrintPreview.RenderingInfo Property |
Returns the information required for the page rendering event RenderContent.
Syntax
|
VB.NET |
DrawInfo = object.RenderingInfo As SftPrintPreviewRenderingInfo |
||
|
VB |
DrawInfo = object.RenderingInfo As SftPrintPreviewRenderingInfo |
||
|
C#.NET |
SftPrintPreviewRenderingInfo DrawInfo = object.RenderingInfo; |
||
|
VC++ |
struct SftPrintPreviewRenderingInfo DrawInfo = object->RenderingInfo;
|
||
|
C |
HRESULT object->get_RenderingInfo(struct SftPrintPreviewRenderingInfo* DrawInfo); |
||
|
Delphi |
DrawInfo := object.RenderingInfo : OleVariant; |
||
object
A SftPrintPreview object.
DrawInfo
Returns the information required for the page rendering event RenderContent.
Comments
The RenderingInfo property returns the information required for the page rendering event RenderContent.
This method is not supported for use with Visual Basic 6.0