| 名前 | 解説 | |
|---|---|---|
![]() | C1Document コンストラクタ | Initializes a new instance of the C1Document class. |
C1Documentデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | C1Document コンストラクタ | Initializes a new instance of the C1Document class. |
| 名前 | 解説 | |
|---|---|---|
![]() | Body | Gets the document body. |
![]() | CompatibilityOptions | Gets the CompatibilityOptions object which determines compatibility with the legacy C1PrintDocument component. |
![]() | Dictionary | Gets the current document's dictionary. The dictionary can be used to hold reusable resources (e.g. images used in multiple places in the document). |
![]() | DocumentInfo | Gets or sets the DocumentInfo object containing information about the current document (such as author, company, and so on). |
![]() | MeasurementDevice | Gets or sets the type of device used to provide System.Drawing.Graphics used to measure/calculate layouts of document objects, when used GDI/GDI+ functions. If this property is set to MeasurementDevice.Printer, MeasurementPrinterName specifies the printer. |
![]() | MeasurementPrinterName | Gets or sets the name of the printer used to provide System.Drawing.Graphics used to measure/calculate layouts of document objects, when used GDI/GDI+ functions. This property is only used if MeasurementDevice is set to MeasurementDevice.Printer. |
![]() | MeasurementUnits | Gets or sets the units of measurement used to define coordinates and sizes of objects in the current document. |
![]() | Outlines | Gets the OutlineNodeCollection representing the collection of OutlineNode objects in the current document. |
![]() | Style | Gets the main (root) Style of the current document. |
| 名前 | 解説 | |
|---|---|---|
![]() | Clear | Clears the current document. |
![]() | FindRenderObject | Finds a render object by name. |