ImageDefinitionWidth Property
|
Gets or sets the image width in pixels.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public int Width { get; set; }
Public Property Width As Integer
Get
Set
public:
property int Width {
int get ();
void set (int value);
}
member Width : int with get, set
PROPERTY Width AS LONG GET SET
Property Value
Type:
Int32See Also