PdfFormattedTextFragment

PdfFormattedTextFragment class

Represents a fragment of formatted text in a pdf document.

public class PdfFormattedTextFragment : FormattedTextFragment

Properties

Name Description
override BackgroundColor { get; } Gets the background color of the text.
override Font { get; } Gets the font of the text.
override ForegroundColor { get; } Gets the foreground color of the text.
override Text { get; } Gets the fragment text.

See Also