Class PdfTextDefaultState

PdfTextDefaultState class

Represents the default state model for the text in the PDF document

public class PdfTextDefaultState

Constructors

Name Description
PdfTextDefaultState() The default constructor.

Properties

Name Description
BackgroundColor { get; set; } Background color of text
FontColor { get; set; } Font color of text
FontName { get; set; } Font name of text
FontSize { get; set; } Font size of text
IsBold { get; set; } The text is bold
IsItalic { get; set; } The text is italic
IsSquiggly { get; set; } The text is squiggly
IsStrikeout { get; set; } The text is Strikeout
IsSubscript { get; set; } The text is Subscript
IsSuperscript { get; set; } The text is superscript
IsUnderline { get; set; } The text is underline

See Also