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


In This Topic
    PageSize Property (NPdfExporter)
    In This Topic
    Gets/sets the size of the Pdf page (in points).
    Syntax
    'Declaration
     
    
    Public Property PageSize As NSizeF
    'Usage
     
    
    Dim instance As NPdfExporter
    Dim value As NSizeF
     
    instance.PageSize = value
     
    value = instance.PageSize
    public NSizeF PageSize {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