API Reference

Enum

PdfColumnWidthUnit

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

Describes how a row column consumes horizontal space.

Inheritance

  • Enum
  • PdfColumnWidthUnit

Usage

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

Values

public const PdfColumnWidthUnit Relative #

Consumes a weighted share of space left after fixed, automatic, and percentage columns.

Value: 0
public const PdfColumnWidthUnit Points #

Consumes an exact number of points.

Value: 1
public const PdfColumnWidthUnit Auto #

Consumes the preferred width of its content, constrained by optional bounds.

Value: 2
public const PdfColumnWidthUnit Percent #

Consumes a percentage of the row's available column area.

Value: 3