Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute("Height")> Public Property Height As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute("Height")] public int Height {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute("Height")] public: property int Height { int get(); void set (int value); } |
Return Value
New image height in pixels.For an example, refer to RasterConvertOptions.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family