Nevron.Nov.UI Namespace / NPagedPaintingContext Class
Properties Methods


In This Topic
    NPagedPaintingContext Class Members
    In This Topic

    The following tables list the members exposed by NPagedPaintingContext.

    Protected Constructors
    Public Properties
     NameDescription
    Public PropertyWhether to collate pages. Collated (true) pages order is: 1,2,3 1,2,3 etc. Uncollated (false) pages order is: 1,1,1 2,2,2 etc.  
    Public PropertyGets the current page index  
    Public PropertyGets the custom page range, in case PageRangeMode is Custom.  
    Public PropertyGets the number of copies  
    Public PropertyGets the page bounds. Takes the orientation into account.  
    Public PropertyGets the range of pages being printed, from the whole tiling grid.  
    Public PropertyGets the page size. Takes the orientation into account.  
    Public PropertyGets the paint visitor which you can use to paint inside. Available during PrintPage state.  
    Public PropertyGets or sets the page orientation. The page orientation can be changed when the context is in QueryPageSettings state.  
    Public PropertyGet or sets the paper size. The paper size can be changed when the context is in Query state.  
    Public PropertyGets whether the paged (printing/pdf) context is in preview paint mode - e.g. is used for the purposes of a preview.  
    Public PropertyGets the printable area. Available during the PrintPage state.  
    Public PropertyGets the printer resolution  
    Public PropertyGets or sets the sheet range mode, which is used to determine the tiling grid of the INPagedMediaExportElement being painted. Each sheet can result in multiple pages.  
    Public PropertyGets the current state of the paged context, which indicates the printing stage.  
    Public PropertyGets or sets the total range of pages, for the current SheetRangeMode. The content is responsible to set this value during BeginPrinting, because it affects the page enumeration.  
    Top
    Public Methods
     NameDescription
    Public MethodMoves to Begin state.  
    Public MethodMoves to End state.  
    Public MethodMoves the context to PrintPage state.  
    Public MethodMoves to QueryPageSettings state  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Internal Method  
    Internal Method  
    Top
    See Also