Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NPdfExporter Class
Properties Methods


In This Topic
    NPdfExporter Class Members
    In This Topic

    The following tables list the members exposed by NPdfExporter.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the back color of the canvas (Inherited from Nevron.Diagram.Extensions.NDrawingExporter)
    Public PropertyDetermines whether to compress the contents of the PDF file.  
    Public PropertyObtains a reference to the document with which the exporter is associated (Inherited from Nevron.Diagram.Extensions.NDrawingExporter)
    Public PropertyGets/sets the graphics settings used for the export generation (Inherited from Nevron.Diagram.Extensions.NDrawingExporter)
    Public PropertyGets/sets the print layout, that determines the way in which the document is zoomed and the way in which the pages count is determined.  
    Public PropertyGets/sets the number of page columns in which to adjust the printing. Applicable when PrintLayout is set to FitToPages or FitToPagesWidth.  
    Public PropertyGets/sets the number of page rows in which to adjust the printing. Applicable when PrintLayout is set to FitToPages or FitToPagesHeight.  
    Public PropertyGets/sets the size of the Pdf page (in points).  
    Public PropertyGets/sets the resolution of the generated canvas (Inherited from Nevron.Diagram.Extensions.NDrawingExporter)
    Public PropertyGets/sets the zoom percent to which to adjust the printing. Applicable only when PrintLayout is set to ZoomTo.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyObtains a reference to the document which must be printed  
    Top
    Public Methods
     NameDescription
    Public MethodRenders the drawing to a Pdf image  
    Public Method  
    Public MethodShows the pdf exporter dialog.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCore implementation of the print document paging layout, that zooms the document according to the print manager print layout mode and returns the count of rows and columns.  
    Protected MethodCalled by the OnPrintPage method to create a canvas, which can be used to print the current page on the printer graphics  
    Top
    See Also