Click or drag to resize

TextWidgetAnnotationIsColumns Property

Gets or sets a value indicating whether this instance is columns of text.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsColumns { get; set; }

Property Value

Type: Boolean
true if this instance is columns; otherwise, false.
Remarks
This will only be used if the MaximumLength property is non-zero and the IsScrollable, IsPassword, and IsFileSelection properties are set to false. With those conditions, text will be broken into MaximumLength columns.
See Also