API Reference
Class
PdfPageBox
Rectangular page boundary box read from a PDF page dictionary.
Inheritance
- Object
- PdfPageBox
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfLogicalPage.ArtBox
- Property PdfLogicalPage.BleedBox
- Property PdfLogicalPage.CropBox
- Property PdfLogicalPage.MediaBox
- Property PdfLogicalPage.TrimBox
- Property PdfPageGeometry.ArtBox
- Property PdfPageGeometry.BleedBox
- Property PdfPageGeometry.CropBox
- Property PdfPageGeometry.EffectiveBox
- Property PdfPageGeometry.MediaBox
- Property PdfPageGeometry.TrimBox
- Property PdfPageInfo.ArtBox
- Property PdfPageInfo.BleedBox
- Property PdfPageInfo.CropBox
- Property PdfPageInfo.MediaBox
- Property PdfPageInfo.TrimBox
Inherited Methods
Properties
public String Name { get; } #PDF boundary box name, for example MediaBox or TrimBox.
public Double Left { get; } #Left coordinate in PDF default user-space units.
public Double Bottom { get; } #Bottom coordinate in PDF default user-space units.
public Double Right { get; } #Right coordinate in PDF default user-space units.
public Double Top { get; } #Top coordinate in PDF default user-space units.
public Double Width { get; } #Box width in PDF default user-space units.
public Double Height { get; } #Box height in PDF default user-space units.