Creates a new instance of the C1PdfDocument class.

Namespace:  C1.Silverlight.Pdf
Assembly:  C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)

Syntax

C#
public C1PdfDocument()
Visual Basic
Public Sub New

Remarks

The new document contains a single empty page, and the default page size is set to Letter (8.5 x 11 inches).

See Also