ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / PageSize Property

In This Topic
    PageSize Property (C1PdfDocument)
    In This Topic
    Gets or sets the default page size for the document (in points).
    Syntax
    'Declaration
     
    
    Public Overrides Property PageSize As SizeF
    public override SizeF PageSize {get; set;}
    See Also