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