API Reference

Class

PdfImageStyle

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Reusable image placement and rhythm style.

Inheritance

  • Object
  • PdfImageStyle

Usage

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

Accepted by parameters

Constructors

public PdfImageStyle() #

Methods

public PdfImageStyle Clone() #
Returns: PdfImageStyle

Creates a copy of this image style.

Properties

public PdfAlign Align { get; set; } #

Image alignment within the current content frame.

public OfficeImageFit Fit { get; set; } #

How the image is fitted inside its target box.

public OfficeClipPath ClipPath { get; set; } #

Optional clipping path applied inside the image target box.

public PdfImageSourceCrop SourceCrop { get; set; } #

Optional source crop applied before fitting the image into the target box.

public Double SpacingBefore { get; set; } #

Vertical space before the image in the surrounding document flow, in points.

public Double SpacingAfter { get; set; } #

Vertical space after the image in the surrounding document flow, in points.

public Boolean KeepWithNext { get; set; } #

Moves the image to the next page with the first visible part of the following block when they fit together.

public Boolean ScaleDownToFit { get; set; } #

When true, oversized flow images are proportionally reduced to fit the current page or column frame.

public Double RotationAngle { get; set; } #

Clockwise image rotation angle in degrees.

public String AlternativeText { get; set; } #

Optional alternate text for meaningful generated images.