[]
Create new ComponentOne Word/RTF document.
public C1WordDocument()
Create new ComponentOne Word/RTF document with known paper kind.
public C1WordDocument(PaperKind paperKind, bool landscape = false)
| Type | Name | Description |
|---|---|---|
| PaperKind | paperKind | The paper kind of a page. |
| bool | landscape | The landscape flag of a page. |