SftPrintPreview/OCX 1.0

SftPrintPreview.RenderingInfo Property

Softel vdm, Inc.

Returns the information required for the page rendering event RenderContent.

Syntax       

Get

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;
struct SftPrintPreviewRenderingInfo DrawInfo = object->GetRenderingInfo();

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 


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com