Overload | Description |
---|---|
Add() | Creates a new Page and adds it to the end of the document. |
Add(SizeF) | Creates a new Page with the specified size and adds it to the end of the document. |
Add(PaperKind) | Creates a new Page of the specified GrapeCity.Documents.Common.PaperKind and adds it to the end of the document. |
Add(Page) | Creates a new Page and adds it to the end of the document. (Inherited from System.Collections.ObjectModel.Collection<Page>) |