Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NImageExporter Class / GrayScale Property


In This Topic
    GrayScale Property (NImageExporter)
    In This Topic
    Specifies whether the generated image must be rendered in gray scales
    Syntax
    'Declaration
     
    
    Public Property GrayScale As System.Boolean
    'Usage
     
    
    Dim instance As NImageExporter
    Dim value As System.Boolean
     
    instance.GrayScale = value
     
    value = instance.GrayScale
    public System.bool GrayScale {get; set;}
    Remarks
    By default set to false.
    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