Property Plain
- Namespace
- BitMiracle.Docotic.Pdf.Layout
- Assembly
- BitMiracle.Docotic.Pdf.Layout.dll
Plain
Gets or sets the text style for plain text.
public TextStyle Plain { get; set; }
Property Value
- TextStyle
The text style for plain text.
Remarks
Default value: Parent with Courier font.
The library does not automatically apply this style to any elements. You may use this style for text that should appear without additional effects.
Exceptions
- ArgumentNullException
The value is
null
.- ArgumentException
The value or its fallback belongs to a different Document.