ClearImageNet Send comments on this topic.
HorizontalResolution Property
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class : HorizontalResolution Property




Gets/Sets horizontal resolution in dots-per-inch(DPI)

Syntax

Visual Basic (Declaration) 
Public Property HorizontalResolution As Integer
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value As Integer
 
instance.HorizontalResolution = value
 
value = instance.HorizontalResolution
C# 
public int HorizontalResolution {get; set;}
Managed Extensions for C++ 
public: __property int get_HorizontalResolution();
public: __property void set_HorizontalResolution( 
   int value
);
C++/CLI 
public:
property int HorizontalResolution {
   int get();
   void set (int value);
}

See Also

Generated from assembly ClearImageNet [5.7.1.0]