API Reference
Class
PdfInlineBox
Fixed-size filled and/or bordered box that flows between text runs.
Inheritance
- PdfInlineElement
- PdfInlineBox
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
- height System.Double
- background System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- borderColor System.Nullable{OfficeIMO.Pdf.PdfColor} = null
- borderWidth System.Double = 0.5
- alternativeText System.String = null
- baselineOffset System.Double = 0
Inherited Methods
Properties
Inherited Properties
public Double Width { get; } #Inherited from PdfInlineElement
public Double Height { get; } #Inherited from PdfInlineElement
public Double BaselineOffset { get; } #Inherited from PdfInlineElement
public String AlternativeText { get; } #Inherited from PdfInlineElement