Documents: Add Property Name

This commit is contained in:
2024-01-04 15:05:40 +01:00
parent be87f31211
commit 37bf8d0855
4 changed files with 12 additions and 4 deletions

View File

@ -9,6 +9,8 @@ using Elwig.Helpers.Printing;
namespace Elwig.Documents {
public abstract partial class Document : IDisposable {
public static string Name => "Dokument";
private TempFile? _pdfFile = null;
public bool ShowFoldMarks = App.Config.Debug;