VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / Size Property
Syntax Requirements SeeAlso
In This Topic
    Size Property (PdfPage)
    In This Topic
    Gets the rendered page size, in user units.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property Size As System.Drawing.SizeF
    
    
    [Browsable(False)]
    public System.Drawing.SizeF Size { get; }
    
    
    [Browsable(False)]
    public: __property System.Drawing.SizeF* get_Size();
    
    
    
    [Browsable(False)]
    public:
    property System.Drawing.SizeF^ Size { System.Drawing.SizeF^ get(); }

    Property Value

    This property returns CropBox.Size if PdfRenderingSettings.CropPageAtCropBox is true; otherwise, returns MediaBox.Size.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also