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

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