Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NPdfExporter Class / RenderToPdf Method


In This Topic
    RenderToPdf Method
    In This Topic
    Renders the drawing to a Pdf image
    Syntax
    'Declaration
     
    
    Public Overridable Function RenderToPdf() As NPdfImage
    'Usage
     
    
    Dim instance As NPdfExporter
    Dim value As NPdfImage
     
    value = instance.RenderToPdf()
    public virtual NPdfImage RenderToPdf()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also