 | PdfPageMediaBox Property |
Gets or sets MediaBox of the page.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic FS_RECTF MediaBox { get; set; }
Public Property MediaBox As FS_RECTF
Get
Set
public:
property FS_RECTF MediaBox {
FS_RECTF get ();
void set (FS_RECTF value);
}
member MediaBox : FS_RECTF with get, set
/** @property */
public FS_RECTF get_MediaBox()
/** @property */
public void set_MediaBox(FS_RECTF value)
function get_MediaBox();
function set_MediaBox(value);
Property Value
Type:
FS_RECTF
RemarksThe media box defines the boundaries of the physical medium on which the
page is to be printed. It may include any extended area surrounding the
finished page for bleed, printing marks, or other such purposes. It may also
include areas close to the edges of the medium that cannot be marked because
of physical limitations of the output device. Content falling outside this boundary
can safely be discarded without affecting the meaning of the PDF file.
See
PDF Reference 1.7 SECTION 10.10 Prepress Support 963 for more details.
See Also