Creates a new instance of the C1PdfDocument class.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
C# |
---|
public C1PdfDocument( Size pageSizeInPoints ) |
Visual Basic |
---|
Public Sub New ( _ pageSizeInPoints As Size _ ) |
Parameters
- pageSizeInPoints
- Type: System.Windows..::..Size
The default paper size for the document, in points.
Remarks
The new document contains a single empty page, and the
default page size is set to the value of the
parameter.