MonobjcMonobjc Documented Class Library
PDFDisplayBox Enumeration
NamespacesMonobjc.QuartzPDFDisplayBox

The following box types may be used with PDFPage drawing and bounds-setting methods. See the Adobe PDF Specification for more information on box types, units, and coordinate systems.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum PDFDisplayBox
Public Enumeration PDFDisplayBox
public enum class PDFDisplayBox
Members
MemberDescription
kPDFDisplayBoxMediaBox

A rectangle defining the boundaries of the physical medium for display or printing, expressed in default user-space units.

Available in Mac OS X v10.4 and later.


kPDFDisplayBoxCropBox

A rectangle defining the boundaries of the visible region , expressed in default user-space units. Default value equal to kPDFDisplayBoxMediaBox.

Available in Mac OS X v10.4 and later.


kPDFDisplayBoxBleedBox

A rectangle defining the boundaries of the clip region for the page contents in a production environment. Default value equal to kPDFDisplayBoxCropBox.

Available in Mac OS X v10.4 and later.


kPDFDisplayBoxTrimBox

A rectangle defining the intended boundaries of the finished page. Default value equal to kPDFDisplayBoxCropBox.

Available in Mac OS X v10.4 and later.


kPDFDisplayBoxArtBox

A rectangle defining the boundaries of the page�s meaningful content including surrounding white space intended for display. Default value equal to kPDFDisplayBoxCropBox.

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)