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;} |
| Delphi | |
|---|
public read-write property VerticalResolution: Integer; |
| JScript | |
|---|
public function get,set VerticalResolution : int |
| 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);
} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also