This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
d27d9860 8082 5b6f 94b1 837e10f0d9a3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Drawing code page; set to the system code page when a new drawing is created, but not otherwise maintained by AutoCAD.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string DwgCodePage { get; }
VB
Public ReadOnly Property DwgCodePage As String
Get
C++
public:
property String^ DwgCodePage {
String^ get ();
}
F#
member DwgCodePage : string with get
String