SubLib Subtitle Library

FileProperties Constructor

Creates a new instance of the FileProperties class.

Overload List

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);

See Also

FileProperties Class | SubLib Namespace