Initializes a new instance of the SubtitleText class with the specified text, line break and trim text option.
Initializes a new instance of the SubtitleText class.
public SubtitleText();
Initializes a new instance of the SubtitleText class with the specified text.
public SubtitleText(string);
Initializes a new instance of the SubtitleText class with the specified text, line break and trim text option.
public SubtitleText(string,string,bool);
SubtitleText Class | SubLib Namespace