Click or drag to resize

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.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public FS_RECTF MediaBox { get; set; }

Property Value

Type: FS_RECTF
Remarks
The 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