PdfTextBoxFieldWidget public class PdfTextBoxFieldWidget : PdfStyledFieldWidget, IPdfTextBoxField Documentation public PdfRGBColor BackColor { get; set; } public string DefaultValue { get; set; } public PdfRGBColor ForeColor { get; set; } public PdfHighlightMode HighlightMode { get; set; } public bool InsertSpaces { get; set; } public int MaxLength { get; set; } public bool Multiline { get; set; } public bool Password { get; set; } public bool Scrollable { get; set; } public bool SpellCheck { get; set; } public string Text { get; set; } public PdfTextAlignment TextAlignment { get; set; } public PdfTextBoxWidgetItemCollection WidgetItems { get; }