![]() |
Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents Progress ticker More...
Public Member Functions | |
| ProgressTicker () | |
| Initializes a new instance of the ProgressTicker class. | |
| void | RawTick (long current, Boolean exiting) |
| Raws the tick. More... | |
| void | StartEpisode (String episodeName) |
| Starts the episode. More... | |
| void | EndEpisode () |
| Ends the episode. | |
| void | StartSeason (String seasonName) |
| Starts the season. More... | |
| void | EndSeason () |
| Ends the season. | |
Properties | |
| int | TotalEpisodes [getset] |
| Gets or sets the total episodes. More... | |
| int | TicksPerEpisode [getset] |
| Gets or sets the ticks per episode. More... | |
| long | RawLength [getset] |
| Gets or sets the length of the raw. More... | |
Events | |
| ProgressTickerEventDelegate | ProgressEvent |
| Occurs when [progress event]. | |
Represents Progress ticker
| void SolidFramework.Plumbing.ProgressTicker.RawTick | ( | long | current, |
| Boolean | exiting | ||
| ) |
Raws the tick.
| current | The current. |
| exiting | if set to true [exiting]. |
| void SolidFramework.Plumbing.ProgressTicker.StartEpisode | ( | String | episodeName | ) |
Starts the episode.
| episodeName | Name of the episode. |
| void SolidFramework.Plumbing.ProgressTicker.StartSeason | ( | String | seasonName | ) |
Starts the season.
| seasonName | Name of the season. |
|
getset |
Gets or sets the length of the raw.
The length of the raw.
|
getset |
Gets or sets the ticks per episode.
The ticks per episode.
|
getset |
Gets or sets the total episodes.
The total episodes.