←Select platform

MediaBox Property

Summary

Gets the media box of this page.

Syntax
C#
VB
C++
Java
public PDFRect MediaBox { get; } 
Public ReadOnly Property MediaBox As PDFRect 
public PDFRect getMediaBox() 
public: 
property PDFRect MediaBox { 
   PDFRect get(); 
} 

Property Value

A PDFRect that specifies the media box of this page. The default value is an empty PDFRect.

Remarks

This value is read-only. The MediaBox and CropBox properties are populated automatically when the PDFDocument is created by reading the values from the PDF file. For more information, refer to PDF Coordinate System.

The PDFDocumentPage object also contains the ConvertPoint and ConvertRect helper methods that can be used to convert a point or a rectangle to and from page/object to pixel or inch coordinates.

Example

For an example, refer to PDFDocumentPage

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly