API Reference

Class

PdfInlineBox

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Fixed-size filled and/or bordered box that flows between text runs.

Inheritance

Constructors

public PdfInlineBox(Double width, Double height, Nullable<PdfColor> background = null, Nullable<PdfColor> borderColor = null, Double borderWidth = 0.5, String alternativeText = null, Double baselineOffset = 0) #

Creates a fixed-size inline box.

Parameters

width System.Double requiredposition: 0
height System.Double requiredposition: 1
background System.Nullable{OfficeIMO.Pdf.PdfColor} = null optionalposition: 2
borderColor System.Nullable{OfficeIMO.Pdf.PdfColor} = null optionalposition: 3
borderWidth System.Double = 0.5 optionalposition: 4
alternativeText System.String = null optionalposition: 5
baselineOffset System.Double = 0 optionalposition: 6

Properties

public Nullable<PdfColor> Background { get; } #

Optional fill color.

public Nullable<PdfColor> BorderColor { get; } #

Optional border color.

public Double BorderWidth { get; } #

Border width in points.