Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDocument Class / Resolution Property


In This Topic
    Resolution Property (NDrawingDocument)
    In This Topic
    Gets/sets the resolution used for convertion between device dependant and device independant measurement units (in dots per inch)
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Measurement Unit")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the resolution used for convertion between device dependant and device independant measurement units (in dots per inch)")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <System.ComponentModel.DefaultValueAttribute(96)>
    Public Property Resolution As System.Single
    'Usage
     
    
    Dim instance As NDrawingDocument
    Dim value As System.Single
     
    instance.Resolution = value
     
    value = instance.Resolution
    [System.ComponentModel.Category("Measurement Unit")]
    [System.ComponentModel.Description("Gets/sets the resolution used for convertion between device dependant and device independant measurement units (in dots per inch)")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [System.ComponentModel.DefaultValue(96)]
    public System.float Resolution {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