PdfDisplayBox Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Media | 0 | Indicates a rectangle around a physical medium in user space. |
Crop | 1 | Indicates a crop rectangle around the visible portion of the page. |
Bleed | 2 | Indicates a bleed box for production. |
Trim | 3 | Indicates a box around intended finish boundaries. |
Art | 4 | Indicates a rectangle around the boundaries of a page's content for display. |