MonobjcMonobjc Documented Class Library
CGPDFBox Enumeration
NamespacesMonobjc.ApplicationServicesCGPDFBox

Box types for a PDF page.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGPDFBox
Public Enumeration CGPDFBox
public enum class CGPDFBox
Members
MemberDescription
kCGPDFMediaBox

The page media box—a rectangle, expressed in default user space units, that defines the boundaries of the physical medium on which the page is intended to be displayed or printed

Available in Mac OS X v10.3 and later.


kCGPDFCropBox

The page crop box—a rectangle, expressed in default user space units, that defines the visible region of default user space. When the page is displayed or printed, its contents are to be clipped to this rectangle.

Available in Mac OS X v10.3 and later.


kCGPDFBleedBox

The page bleed box—a rectangle, expressed in default user space units, that defines the region to which the contents of the page should be clipped when output in a production environment

Available in Mac OS X v10.3 and later.


kCGPDFTrimBox

The page trim box—a rectangle, expressed in default user space units, that defines the intended dimensions of the finished page after trimming.

Available in Mac OS X v10.3 and later.


kCGPDFArtBox

The page art box—a rectangle, expressed in default user space units, defining the extent of the page’s meaningful content (including potential white space) as intended by the page’s creator.

Available in Mac OS X v10.3 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.AppKit (Module: Monobjc.AppKit)