namespace UglyToad.PdfPig.Content { /// /// Contains the values inherited from the Page Tree for this page. /// internal class PageTreeMembers { public CropBox GetCropBox() { return null; } public MediaBox MediaBox { get; set; } } }