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




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

Syntax

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

See Also

Generated from assembly ClearImageNet [5.7.1.0]