C1PdfDocument Constructor(PaperKind)
In This Topic
Creates a new instance of the
C1PdfDocument class.
Syntax
'Declaration
Public Function New( _
ByVal As PaperKind _
)
public C1PdfDocument(
PaperKind
)
Parameters
- paperKind
- The default paper size for the document.
See Also