[]
Gets or sets the document to open on app startup.
[Parameter]
public Document Document { get; init; }
Type | Description |
---|---|
Document | A Document representing the document to open on app startup. |
This property can only be set once during object initialization and cannot be changed afterwards. If not set, a new empty document will be created.