Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NPdfExporter Class / Layout Property


In This Topic
    Layout Property (NPdfExporter)
    In This Topic
    Gets/sets the print layout, that determines the way in which the document is zoomed and the way in which the pages count is determined.
    Syntax
    'Declaration
     
    
    Public Property Layout As PagedLayout
    'Usage
     
    
    Dim instance As NPdfExporter
    Dim value As PagedLayout
     
    instance.Layout = value
     
    value = instance.Layout
    public PagedLayout Layout {get; set;}
    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