| オーバーロード | 解説 | 
|---|---|
| NewPage(PageLayout,PageDirectionEnum) | Creates a new page and adds it to the document. Note that C1PrintDocument.AllowNonReflowableDocs property on the document must be set to true for this method to work; otherwise, an exception will occur. | 
| NewPage(PageLayout) | Creates a new page and adds it to the document. | 
| NewPage() | Creates a new page and adds it to the document. |