C#
VB
C++
Initializes a new FormPage class object with explicit parameters.
public FormPage(
int pageNumber,
int dpiX,
int dpiY
)
Public Function New( _
ByVal pageNumber As Integer, _
ByVal dpiX As Integer, _
ByVal dpiY As Integer _
)
public:
FormPage(
int pageNumber,
int dpiX,
int dpiY
)
pageNumber
Master Form page number that this object represents.
dpiX
The Master Form page image resolution along the x-axis.
dpiY
The Master Form page image resolution along the y-axis.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET