|
VectSharp 2.6.1
A light library for C# vector graphics
|
Represents a collection of pages. More...
Public Member Functions | |
| Document () | |
| Create a new document. More... | |
Public Attributes | |
| List< Page > | Pages = new List<Page>() |
| The pages in the document. More... | |
Represents a collection of pages.
Definition at line 27 of file Document.cs.
| VectSharp.Document.Document | ( | ) |
Create a new document.
Definition at line 38 of file Document.cs.
The pages in the document.
Definition at line 32 of file Document.cs.