PdfDisplayBox Enum
Definition
Enumerates Adobe-specified PDF display box boundaries.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfDisplayBox
type PdfDisplayBox =
- Inheritance
-
PdfDisplayBox
- Attributes
Fields
Art | 4 | Indicates a rectangle around the boundaries of a page's content for display. |
Bleed | 2 | Indicates a bleed box for production. |
Crop | 1 | Indicates a crop rectangle around the visible portion of the page. |
Media | 0 | Indicates a rectangle around a physical medium in user space. |
Trim | 3 | Indicates a box around intended finish boundaries. |