ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPage Class / MediaRect Property




In This Topic
    MediaRect Property
    In This Topic
    Gets the PDF page's media rectangle (page rectangle).
    Syntax
    'Declaration
     
    Public ReadOnly Property MediaRect As ImGearRectangle
    'Usage
     
    Dim instance As ImGearPDFPage
    Dim value As ImGearRectangle
     
    value = instance.MediaRect
    public ImGearRectangle MediaRect {get;}
    public: __property ImGearRectangle get_MediaRect();
    public:
    property ImGearRectangle MediaRect {
       ImGearRectangle get();
    }
    See Also