Creates a new instance of the FileProperties class.
Creates a new instance of the FileProperties class.
public FileProperties();
Creates a new instance of the FileProperties class, given the file's path.
public FileProperties(string);
Creates a new instance of the FileProperties class, given its properties.
public FileProperties(string,Encoding,SubtitleType,TimingMode);
Creates a new instance of the FileProperties class, given its properties.
public FileProperties(string,Encoding,SubtitleType,TimingMode,NewlineType);
public FileProperties(string,Encoding,TimingMode);
FileProperties Class | SubLib Namespace