Namespace: BitMiracle.Docotic.Pdf
public string Text { get; set; }
Public Property Text As String Get Set
Length of any new value assigned to this property gets validated against value of MaxLength property. For string values with length bigger than value specified by MaxLength property a PdfException is thrown.