API Reference

Class

PdfDrawingStyle

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Reusable placement and rhythm style for OfficeIMO.Drawing-backed flow objects.

Inheritance

  • Object
  • PdfDrawingStyle

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 PdfDrawingStyle() #

Methods

public PdfDrawingStyle Clone() #
Returns: PdfDrawingStyle

Creates a copy of this drawing placement style.

Properties

public PdfAlign Align { get; set; } #

Object alignment within the current content frame.

public Double SpacingBefore { get; set; } #

Vertical space before the drawing object in the surrounding document flow, in points.

public Double SpacingAfter { get; set; } #

Vertical space after the drawing object in the surrounding document flow, in points.

public Boolean KeepWithNext { get; set; } #

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

public String AlternativeText { get; set; } #

Optional alternate text for meaningful generated shapes and drawing scenes.

public Boolean Decorative { get; set; } #

Marks the generated shape or drawing scene as decorative artifact content when tagged-PDF markers are enabled.