Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / Size Property

In This Topic
    Size Property (Page)
    In This Topic
    Gets or sets the size of the current page in points.

    This property is a wrapper around MediaBox or CropBox properties. If CropBox is not null then this property gets or sets its value, otherwise it gets or sets the value of MediaBox.

    Syntax
    'Declaration
     
    Public Property Size As System.Drawing.SizeF
    public System.Drawing.SizeF Size {get; set;}
    See Also