ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / C1PdfDocument Constructor / C1PdfDocument Constructor(SizeF)
The default paper size for the document, in points.

In This Topic
    C1PdfDocument Constructor(SizeF)
    In This Topic
    Creates a new instance of the C1PdfDocument class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pageSizeInPoints As SizeF _
    )
    public C1PdfDocument( 
       SizeF pageSizeInPoints
    )

    Parameters

    pageSizeInPoints
    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 pageSizeInPoints parameter.
    See Also