ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / C1PdfDocument Constructor / C1PdfDocument Constructor()

In This Topic
    C1PdfDocument Constructor()
    In This Topic
    Creates a new instance of the C1PdfDocument class.
    Syntax
    'Declaration
     
    
    Public Function New()
    public C1PdfDocument()
    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