Converts the current size to pixels.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int ToPixels(
	float dpi
)
Visual Basic
Public Function ToPixels ( _
	dpi As Single _
) As Integer

Parameters

dpi
Type: System..::..Single
The target resolution (pixels per inch).

Return Value

The value of the current size in pixels.

See Also