Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

PdfImpositionSourceFeatureLoss

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

Source features omitted when pages become content on new sheets.

Inheritance

  • Enum
  • PdfImpositionSourceFeatureLoss

Usage

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

Values

public const PdfImpositionSourceFeatureLoss None #

No known source feature was omitted.

Value: 0
public const PdfImpositionSourceFeatureLoss Annotations #

Page annotations and their appearances were not transferred.

Value: 1
public const PdfImpositionSourceFeatureLoss Forms #

AcroForm fields and widgets were not transferred.

Value: 2
public const PdfImpositionSourceFeatureLoss StructureTags #

Document structure tags were not transferred.

Value: 4
public const PdfImpositionSourceFeatureLoss Signatures #

Source signatures were removed in an explicit unsigned derivative.

Value: 8
public const PdfImpositionSourceFeatureLoss EmbeddedFiles #

Document-level embedded files and associated attachments were not transferred.

Value: 16
public const PdfImpositionSourceFeatureLoss OutputIntents #

Document-level output intent profiles were not transferred.

Value: 32
public const PdfImpositionSourceFeatureLoss Outlines #

Document outline and bookmark navigation was not transferred.

Value: 64
public const PdfImpositionSourceFeatureLoss PageLabels #

Document page numbering labels were not transferred.

Value: 128
public const PdfImpositionSourceFeatureLoss NamedDestinations #

Named destinations were not transferred to the new sheet pages.

Value: 256
public const PdfImpositionSourceFeatureLoss CatalogFeatures #

Catalog view settings, actions, name trees, or URI settings were not transferred.

Value: 512
public const PdfImpositionSourceFeatureLoss DocumentMetadata #

Info-dictionary or XMP metadata was not transferred.

Value: 1024
public const PdfImpositionSourceFeatureLoss PageFeatures #

Selected-page actions, metadata, or presentation settings were not transferred.

Value: 2048
public const PdfImpositionSourceFeatureLoss Encryption #

Source encryption was not transferred to the derivative sheets.

Value: 4096