Nevron.Nov.UI Namespace / NPrintDocument Class
Properties Methods Events


NPrintDocument Class Members

The following tables list the members exposed by NPrintDocument.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the name of the print document.  
Top
Protected Methods
 NameDescription
Protected Internal MethodCalled at the beginning of the printing process.  
Protected Internal MethodCalled after the last page of the document has printed.  
Protected Internal MethodCalled for each page that is printed in order to provide the page's graphic contents.  
Protected Internal MethodCalled once before a page is printed in order to modify the page setting (if necessary).  
Top
Public Events
 NameDescription
Public EventOccurs at the beginning of the printing process.  
Public EventOccurs after the last page of the document has printed.  
Public EventOccurs when the print output for the current page is needed.  
Public EventOccurs before each PrintPage event.  
Top
See Also