VectSharp 2.5.0
A light library for C# vector graphics
Loading...
Searching...
No Matches
VectSharp.Document Class Reference

Represents a collection of pages. More...

Public Member Functions

 Document ()
 Create a new document. More...
 

Public Attributes

List< PagePages = new List<Page>()
 The pages in the document. More...
 

Detailed Description

Represents a collection of pages.

Definition at line 27 of file Document.cs.

Constructor & Destructor Documentation

◆ Document()

VectSharp.Document.Document ( )

Create a new document.

Definition at line 38 of file Document.cs.

Member Data Documentation

◆ Pages

List<Page> VectSharp.Document.Pages = new List<Page>()

The pages in the document.

Definition at line 32 of file Document.cs.


The documentation for this class was generated from the following file: