[]
Gets or sets the document to open on app startup. If not set, a new empty document will be created.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Document Document { get; set; }
Type | Description |
---|---|
Document | An instance of Document representing the document to open on app startup. |