API Reference

Class

PdfImageClipInfo

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Public snapshot of the effective clipping path applied to an image placement.

Inheritance

  • Object
  • PdfImageClipInfo

Usage

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

Returned or exposed by

Properties

public Double X { get; } #

Left edge of the clip bounds in the placement coordinate space.

public Double Y { get; } #

Top edge of the clip bounds in the placement coordinate space.

public Double Width { get; } #

Clip bounds width in points.

public Double Height { get; } #

Clip bounds height in points.

public Boolean IsRectangle { get; } #

True when the effective clip is represented by one rectangle.

public OfficeFillRule FillRule { get; } #

Fill rule used by a path clip.

public Boolean IsExact { get; } #

True when the engine could retain exact clip geometry rather than a conservative bound.

public Boolean ContainsTextClipping { get; } #

True when text rendering modes contributed to the effective clipping path.

public IReadOnlyList<OfficePathCommand> Commands { get; } #

Path commands for a nonrectangular clip. Rectangular clips expose an empty list.