API Reference

Enum

PdfPageBoundaryBox

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Standard PDF page boundary box names used by viewer preferences.

Inheritance

  • Enum
  • PdfPageBoundaryBox

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfPageBoundaryBox MediaBox #

Uses the page media box.

Value: 0
public const PdfPageBoundaryBox CropBox #

Uses the page crop box.

Value: 1
public const PdfPageBoundaryBox BleedBox #

Uses the page bleed box.

Value: 2
public const PdfPageBoundaryBox TrimBox #

Uses the page trim box.

Value: 3
public const PdfPageBoundaryBox ArtBox #

Uses the page art box.

Value: 4