Initializes a new instance of the JpegExport class with given resolution.

Namespace:  PerpetuumSoft.Framework.Export
Assembly:  PerpetuumSoft.Framework.Export (in PerpetuumSoft.Framework.Export.dll) Version: 3.9.0.1

Syntax

C#
public JpegExport(
	int resolution
)
Visual Basic (Declaration)
Public Sub New ( _
	resolution As Integer _
)
Visual C++
public:
JpegExport(
	int resolution
)

Parameters

resolution
Type: System..::.Int32

See Also