[]
Represents a vector graphics document.
public class GenericDocument<PageType, PagesCollectionType> : DocumentBase<PageType>, IDocument<PageType>, IDisposable where PageType : Page, new() where PagesCollectionType : PagesCollection<PageType>, new()
| Name | Description |
|---|---|
| PageType | |
| PagesCollectionType |
| Name | Description |
|---|---|
| GenericDocument() |
| Name | Description |
|---|---|
| Pages | Gets or sets a reference to the page of the document. |
| PagesInternal | Gets the internal page types. |