LyricFile(String) Constructor

Initializes a new instance of the LyricFile class.

Definition

Namespace: DevCase.ThirdParty.SubtitleWorkshop
Assembly: DevCase.net48.ThirdParty.SubtitleWorkshop (in DevCase.net48.ThirdParty.SubtitleWorkshop.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public LyricFile(
	string filepath
)

Parameters

filepath  String
The full path of the lyric file to load.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed libraries:

https://www.videohelp.com/software/Subtitle-Workshop

Exceptions

FileNotFoundException File not found.
Exception Error trying to open the specified file. Check the file and/or the SubtitleAPI dll.

See Also