API Reference
Class
PdfInlineElement
Base class for a fixed-size visual that participates in rich-paragraph wrapping.
Inheritance
- Object
- PdfInlineElement
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
- Property PdfTextRun.InlineElement
Accepted by parameters
- Method PdfParagraphBuilder.Inline
- Method PdfTextRun.Inline
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double Width { get; } #Width of the inline element in points.
public Double Height { get; } #Height of the inline element in points.
public Double BaselineOffset { get; } #Vertical offset of the element bottom from the text baseline, in points.
public String AlternativeText { get; } #Alternative text used when the element is emitted into a tagged document.