SubLib Subtitle Library

SubtitleText Constructor (String, String, Boolean)

Initializes a new instance of the SubtitleText class with the specified text, line break and trim text option.

public SubtitleText(
   string text,
   string lineBreak,
   bool toTrimLines
);

Parameters

text
The subtitle text.
lineBreak
The text substring used to split the text in lines.
toTrimLines

See Also

SubtitleText Class | SubLib Namespace | SubtitleText Constructor Overload List