This documentation is for the old version. Go to the latest Graphics Mill docs

JpegFrame Constructor (Int32, Boolean)

Creates and initializes new JpegFrame class instance. You can set some the frame settings here.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub New ( _
	quality As Integer, _
	progressive As Boolean _
)
C#
public JpegFrame(
	int quality,
	bool progressive
)

Parameters

quality

Type: System.Int32

Value in range [0, 100] specifying JPEG quality. You can change it later using Quality property.
progressive

Type: System.Boolean

Value that specifies if JPEG should be progressive. You can change it later using IsProgressive property.

See Also

Reference