Nevron .NET Vision
Nevron.Chart Namespace / NPrintManager Class / Max3DDPI Property


In This Topic
    Max3DDPI Property
    In This Topic
    Gets or sets the maximum DPI used for rasterization of 3D charts
    Syntax
    'Declaration
     
    
    Public Property Max3DDPI As System.Integer
    'Usage
     
    
    Dim instance As NPrintManager
    Dim value As System.Integer
     
    instance.Max3DDPI = value
     
    value = instance.Max3DDPI
    public System.int Max3DDPI {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