Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / PageSize Property

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