API Reference

Enum

PdfRawValueKind

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

Kind of an immutable raw PDF syntax projection.

Inheritance

  • Enum
  • PdfRawValueKind

Usage

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

Values

public const PdfRawValueKind Null #

PDF null value.

Value: 0
public const PdfRawValueKind Number #

Numeric scalar.

Value: 1
public const PdfRawValueKind Boolean #

Boolean scalar.

Value: 2
public const PdfRawValueKind Name #

PDF name value.

Value: 3
public const PdfRawValueKind TextString #

PDF literal or hexadecimal string value.

Value: 4
public const PdfRawValueKind Array #

PDF array.

Value: 5
public const PdfRawValueKind Dictionary #

PDF dictionary.

Value: 6
public const PdfRawValueKind Reference #

Indirect object reference.

Value: 7
public const PdfRawValueKind Stream #

Stream dictionary and length metadata.

Value: 8
public const PdfRawValueKind Truncated #

Value omitted because a projection limit was reached.

Value: 9