DxfDocumentIsBinary Property
|
Returns/sets if the DXF file is in binary form.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool IsBinary { get; set; }
Public Property IsBinary As Boolean
Get
Set
public:
property bool IsBinary {
bool get ();
void set (bool value);
}
member IsBinary : bool with get, set
PROPERTY IsBinary AS LOGIC GET SET
Property Value
Type:
BooleanSee Also