Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute("Width")> Public Property Width As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute("Width")] public int Width {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute("Width")] public: property int Width { int get(); void set (int value); } |
Return Value
New image width 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