www.gnostice.com 

OnCalcVariables

Top  Previous  Next

[This event is new in Gnostice eDocEngine ActiveX/.NET v2.0]

 

This event is triggered for every variable found in the text rendered through TextOut, TextRect, etc. if the property CalculateVariables is True.

 

 

 

 

Syntax

 

 

[VC++]

_OnOnCalcVariablesGtpdfenginex1(LPCTSTR Variables, BSTR FAR* Value)

 

[C#]

public sealed delegate IgtPDFEngineXEvents_OnCalcVariablesEventHandler : System.MulticastDelegate

 

[VB]

Private Sub gtPDFEngineX1_OnCalcVariables(ByVal Variables As String, Value As String) Style)

 

 

 

 

 

 

Parameters

 

 

Row

[in] Specifies the row number of the cell.

 

 

Column

[in] Specifies the column number of the cell.

 

 

PenColor

[out] Specifies the color of the pen.

 

 

PenStyle

[out] Specifies the Style of the pen.

 

 

PenWidth

[out] Specifies the width of the pen.

 

 

BrushColor

[out] Specifies the color of the brush.

 

 

BrushStyle

[out] Specifies the style of the brush.

 

 

 

 

Remarks

 

 

The OnCellDraw event allows you to change the properties of a table's cell before drawing. This event is triggered just before drawing the cell specified by Row and Column. The user can change the Pen and Brush properties corresponding to a particular cell by providing handler to this event.

 

 

 

 

See Also

 

 

BeginTable, EndTable, NewRow