ComponentOne PDF for WPF and Silverlight
C1PdfDocument Constructor(PaperKind)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > C1PdfDocument Class > C1PdfDocument Constructor : C1PdfDocument Constructor(PaperKind)
The default paper size for the document.
Creates a new instance of the C1PdfDocument class.
Syntax
'Declaration
 
Public Function New( _
   ByVal paperKind As PaperKind _
)
public C1PdfDocument( 
   PaperKind paperKind
)

Parameters

paperKind
The default paper size for the document.
Remarks
The new document contains a single empty page, and the default page size is set to the value of the paperKind parameter.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List