Initializes a new instance of the class.
Namespace:
Greatis.PrintSuite
Assembly:
Greatis.PrintSuite (in Greatis.PrintSuite.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 _
) |
C# |
---|
public PrintNotificationEventArgs(
int documentsection,
int documentpage,
int documentprovider,
int documentcontent,
int sectionpage,
int sectionprovider,
int sectioncontent,
int pageprovider,
int pagecontent,
int providerpage,
int providercontent
) |
Visual C++ |
---|
public:
PrintNotificationEventArgs(
int documentsection,
int documentpage,
int documentprovider,
int documentcontent,
int sectionpage,
int sectionprovider,
int sectioncontent,
int pageprovider,
int pagecontent,
int providerpage,
int providercontent
) |
JavaScript |
---|
Greatis.PrintSuite.PrintNotificationEventArgs = function(documentsection, documentpage, documentprovider, documentcontent, sectionpage, sectionprovider, sectioncontent, pageprovider, pagecontent, providerpage, providercontent); |
Parameters
- documentsection
- Type: System..::.Int32
Zero-based index of current section within the document.
- documentpage
- Type: System..::.Int32
Zero-based index of current page within the document.
- documentprovider
- Type: System..::.Int32
Zero-based index of current provider within the document.
- documentcontent
- Type: System..::.Int32
Zero-based index of current content within the document.
- sectionpage
- Type: System..::.Int32
Zero-based index of current page within current section.
- sectionprovider
- Type: System..::.Int32
Zero-based index of current provider within current section.
- sectioncontent
- Type: System..::.Int32
Zero-based index of current content within current section.
- pageprovider
- Type: System..::.Int32
Zero-based index of current provider within current page.
- pagecontent
- Type: System..::.Int32
Zero-based index of current content within current page.
- providerpage
- Type: System..::.Int32
Zero-based index of current page within current provider.
- providercontent
- Type: System..::.Int32
Zero-based index of current content within current provider.
See Also