Creates an instance of the PrintFileTXT class with the specified info.
The string content itself or the file depending on the source type of the TXT file.
The file name that will be created at the client side.
The number of printing copies.
The source type of the file.
Gets or sets the content of the file depending on the source type.
Gets or sets the source type of the file.
Gets or sets the file name that will be created at the client side. It must include the file extension like .pdf, .txt, .doc, .xls, etc.
Gets or sets whether the text is bold.
Gets or sets the Color for the printed text. Color must be specified in Hex notation for RGB channels respectively e.g. #rgb or #rrggbb.
Gets or sets whether the text has the italic style applied.
Gets or sets the font name.
Gets or sets the font size in Points unit.
Gets or sets whether the text is printed with a horizontal line through it.
Gets or sets whether the text is underlined.
Gets or sets the bottom margin for the printed text. Value must be specified in Inch unit.
Gets or sets the left margin for the printed text. Value must be specified in Inch unit.
Gets or sets the right margin for the printed text. Value must be specified in Inch unit.
Gets or sets the top margin for the printed text. Value must be specified in Inch unit.
Gets or sets whether pages are printed in reverse order.
Gets or sets the print orientation.
Gets or sets the print range.
Gets or sets the alignment of the text content.
Gets or sets the Text content to be printed.
Gets or sets the number of printing copies for this file. Default is 1.
Gets or sets the number of printing copies for this file. Default is 1.
It represents a TXT file that will be printed at the client side.