Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

d27d9860 8082 5b6f 94b1 837e10f0d9a3

haplokuon edited this page May 6, 2023 · 1 revision

DwgCodePage Property

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.

Definition

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

Property Value

String

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally