Initializes a new instance of the class.
Namespace:
Greatis.PrintSuite.Providers
Assembly:
Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _
documentsection As Integer, _
documentpage As Integer, _
documentprovider As Integer, _
documentcontent As Integer, _
sectionpage As Integer, _
sectionprovider As Integer, _
sectioncontent As Integer, _
pageprovider As Integer, _
pagecontent As Integer, _
providerpage As Integer, _
providercontent As Integer, _
gr As Graphics, _
contentregion As Region, _
contentbounds As Rectangle, _
marginbounds As Rectangle, _
pagebounds As Rectangle, _
pagesettings As PageSettings, _
c As Integer, _
r As Integer, _
sc As Integer, _
sr As Integer, _
cellbounds As Rectangle, _
cellpaddingbounds As Rectangle, _
cellLayout As CellLayout _
) |
C# |
---|
public PrintCellEventArgs(
int documentsection,
int documentpage,
int documentprovider,
int documentcontent,
int sectionpage,
int sectionprovider,
int sectioncontent,
int pageprovider,
int pagecontent,
int providerpage,
int providercontent,
Graphics gr,
Region contentregion,
Rectangle contentbounds,
Rectangle marginbounds,
Rectangle pagebounds,
PageSettings pagesettings,
int c,
int r,
int sc,
int sr,
Rectangle cellbounds,
Rectangle cellpaddingbounds,
CellLayout cellLayout
) |
Visual C++ |
---|
public:
PrintCellEventArgs(
int documentsection,
int documentpage,
int documentprovider,
int documentcontent,
int sectionpage,
int sectionprovider,
int sectioncontent,
int pageprovider,
int pagecontent,
int providerpage,
int providercontent,
Graphics^ gr,
Region^ contentregion,
Rectangle contentbounds,
Rectangle marginbounds,
Rectangle pagebounds,
PageSettings^ pagesettings,
int c,
int r,
int sc,
int sr,
Rectangle cellbounds,
Rectangle cellpaddingbounds,
CellLayout^ cellLayout
) |
JavaScript |
---|
Greatis.PrintSuite.Providers.PrintCellEventArgs = function(documentsection, documentpage, documentprovider, documentcontent, sectionpage, sectionprovider, sectioncontent, pageprovider, pagecontent, providerpage, providercontent, gr, contentregion, contentbounds, marginbounds, pagebounds, pagesettings, c, r, sc, sr, cellbounds, cellpaddingbounds, cellLayout); |
See Also