haplokuon / netDxf

.net dxf Reader-Writer
MIT License
966 stars 392 forks source link

Page Setup List disappears after saving. #435

Open shyangkor opened 1 year ago

shyangkor commented 1 year ago

Hi. I have a question while using netdxf.

I have a dxf file with Page Setup List set. (AutoCAD, Page Setup Manager - Command : PAGESETUP) image

Use netdxf to load and save dxf file, Page Setup List disappears. image

Is there a way to keep the Page Setup List after saving?

haplokuon commented 1 year ago

The data of unsupported features is lost when the file is loaded, no way around that.

shyangkor commented 1 year ago

The data of unsupported features is lost when the file is loaded, no way around that.

Thank you for your answer. Do you have any plans to support it in the future?