C1WordDocument Constructor(PaperKind,Boolean)
In This Topic
Create new ComponentOne Word/RTF document with known paper kind.
Syntax
'Declaration
Public Function New( _
ByVal As System.Drawing.Printing.PaperKind, _
Optional ByVal landscape As System.Boolean _
)
public C1WordDocument(
System.Drawing.Printing.PaperKind ,
System.bool landscape
)
Parameters
- paperKind
- The paper kind of a page.
- landscape
- The landscape flag of a page.
See Also