C# Class FluxJpeg.Core.Decoder.JpegDecodeProgressChangedArgs

Inheritance: System.EventArgs
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
DecodeProgress double
Height int
ReadPosition long
SizeReady bool
Width int

Property Details

DecodeProgress public property

public double DecodeProgress
return double

Height public property

public int Height
return int

ReadPosition public property

public long ReadPosition
return long

SizeReady public property

public bool SizeReady
return bool

Width public property

public int Width
return int