| 名前 | 解説 | |
|---|---|---|
![]() | C1Page コンストラクタ | Initializes a new instance of the C1Page class. |
C1Pageデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | C1Page コンストラクタ | Initializes a new instance of the C1Page class. |
| 名前 | 解説 | |
|---|---|---|
![]() | Bounds | Page bounds in the document. |
![]() | Document | Gets C1Document object the page of which represents this C1Page object. |
![]() | Fragments | Gets collection of RenderFragment object containing on this C1Page. |
![]() | FullHeight | The full height of page in the document. |
![]() | FullWidth | The full width of page in the document. |
![]() | HasFragments | Gets a value indicating whether C1Page.Fragments collection is not empty. |
![]() | Margins | The page margins in the document. |
![]() | Owner | Gets the owner of this C1Page object. |
![]() | PageCount | The total number of pages in the document. |
![]() | PageIndex | Gets the logical index of the page in the generated document. |
![]() | PageNo | The page number in the document. |
![]() | X | Page X coordinate in the document. |
![]() | Y | Page Y coordinate in the document. |
| 名前 | 解説 | |
|---|---|---|
![]() | Draw | Draws this C1Page on specified graphics. |
![]() | HitTest | Gets the HitTestInfo object containing information about a specific point within a C1Page. |