API Reference

Enum

PdfAssociatedFileRelationship

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

Relationship between a PDF document and an associated embedded file.

Inheritance

  • Enum
  • PdfAssociatedFileRelationship

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 PdfAssociatedFileRelationship Unspecified #

The relationship is intentionally unspecified.

Value: 0
public const PdfAssociatedFileRelationship Source #

The embedded file is the source material for the PDF.

Value: 1
public const PdfAssociatedFileRelationship Data #

The embedded file contains data associated with the PDF.

Value: 2
public const PdfAssociatedFileRelationship Alternative #

The embedded file is an alternative representation of the PDF content.

Value: 3
public const PdfAssociatedFileRelationship Supplement #

The embedded file supplements the PDF content.

Value: 4