StiPageParamView Constructor (Int32, Int32, Int32, Int32, Int32) |
Creates a new object of the type StiPageParamView.
Namespace:
Stimulsoft.Report.Viewer
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiPageParamView(
int x,
int y,
int width,
int height,
int line
)
Public Sub New (
x As Integer,
y As Integer,
width As Integer,
height As Integer,
line As Integer
)
Parameters
- x
- Type: SystemInt32
X coordinate in window of the preview. - y
- Type: SystemInt32
Y coordinate in window of the preview. - width
- Type: SystemInt32
Width in window of the preview. - height
- Type: SystemInt32
Height in window of the preview. - line
- Type: SystemInt32
Number of line in which is placed page.
See Also