Document Constructors
A Document within a WindowsUIView.| Name | Parameters | Description |
|---|---|---|
| Document() | none | Initializes a new instance of the Document class with the default settings. |
| Document(IDocumentProperties) | defaultProperties | Initializes a new instance of the Document class with custom settings. |
| Document(IContainer) | container | Initializes a new instance of the Document class with the specified container. |
See Also