Nevron .NET Vision
Nevron.Chart Namespace / NImageExporter Class / DefaultImageSize Property


In This Topic
    DefaultImageSize Property (NImageExporter)
    In This Topic
    Gets or sets the default image size associated with the image exporter
    Syntax
    'Declaration
     
    
    Public Property DefaultImageSize As NSize
    'Usage
     
    
    Dim instance As NImageExporter
    Dim value As NSize
     
    instance.DefaultImageSize = value
     
    value = instance.DefaultImageSize
    public NSize DefaultImageSize {get; set;}
    Remarks
    By default the image exporter will try to synchronize with the chart document view dimensions. If the document is not connected to a view the default size is 200x200 pixels. You may alter the default size by passing a NSize value with positive width and height.
    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