API Reference

Class

PdfPrintProductionColorEvidence

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Exact-artifact color and transparency evidence collected from readable PDF objects and content streams.

Inheritance

  • Object
  • PdfPrintProductionColorEvidence

Usage

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

Properties

public Int32 DeviceRgbOperatorCount { get; } #

Number of device-RGB fill or stroke operators in inspected content streams.

public Int32 DeviceCmykOperatorCount { get; } #

Number of device-CMYK fill or stroke operators in inspected content streams.

public Int32 DeviceRgbImageCount { get; } #

Number of image XObjects that declare DeviceRGB.

public Int32 DeviceCmykImageCount { get; } #

Number of image XObjects that declare DeviceCMYK.

public Int32 DeviceRgbShadingCount { get; } #

Number of shading dictionaries that declare DeviceRGB.

public Int32 DeviceCmykShadingCount { get; } #

Number of shading dictionaries that declare DeviceCMYK.

public Int32 DeviceRgbTransparencyGroupCount { get; } #

Number of reachable transparency groups whose blending color space uses DeviceRGB.

public Int32 DeviceCmykTransparencyGroupCount { get; } #

Number of reachable transparency groups whose blending color space uses DeviceCMYK.

public Int32 DeviceIndependentColorUsageCount { get; } #

Number of inspected color uses that select CalGray, CalRGB, Lab, ICCBased, or a color space whose alternate selects one of them.

public Int32 TransparentImageCount { get; } #

Number of image XObjects with a soft mask.

public Int32 NonOpaqueGraphicsStateCount { get; } #

Number of ExtGState dictionaries with non-opaque alpha, a soft mask, or non-Normal blending.

public Int32 TransparencyGroupCount { get; } #

Number of transparency-group streams.

public Int32 UninspectableContentStreamCount { get; } #

Number of selected content streams that could not be decoded and inspected.

public Boolean HasDeviceRgbUsage { get; } #

True when inspected page, form, pattern, image, or shading evidence still uses DeviceRGB.

public Boolean HasDeviceIndependentColorUsage { get; } #

True when inspected content, images, or shadings use a device-independent color space.

public Boolean HasTransparency { get; } #

True when inspected image, graphics-state, or group evidence uses transparency.

public Boolean IsComplete { get; } #

True when every selected content stream was decoded and inspected.