PdfFormattedTextFragment

PdfFormattedTextFragment class

Representa un fragmento de texto formateado en un documento pdf.

public class PdfFormattedTextFragment : FormattedTextFragment

Propiedades

Nombre Descripción
override BackgroundColor { get; } Obtiene el color de fondo del texto.
override Font { get; } Obtiene la fuente del texto.
override ForegroundColor { get; } Obtiene el color de primer plano del texto.
override Text { get; } Obtiene el texto del fragmento.

Ver también