Documents: Add Property Name
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user