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

PdfFrame Constructor (Int32)

Creates and initializes new PdfFrame class instance. You can initialize JPEG quality here.

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

Syntax

Visual Basic
Public Sub New ( _
	quality As Integer _
)
C#
public PdfFrame(
	int quality
)

Parameters

quality

Type: System.Int32

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

Remarks

If you use this constructor, Compression is set to Jpeg.

See Also

Reference