Type Default Value Read Only Static Description
Int32 5000 No No Max size of a text file, in characters.
Notes

It is possible to load text files and draw them into a Bitmap as if they were images. You can limit the number of characters in a text file using this property. Any text file with more characters than specified in this property will be rejected and an exception will be thrown when loading the file.

Example

None.