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

TiffFrame Constructor (CompressionType)

Creates and initializes new TiffFrame class instance. You can set compression type here.

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

Syntax

Visual Basic
Public Sub New ( _
	compression As CompressionType _
)
C#
public TiffFrame(
	CompressionType compression
)

Parameters

compression

Type: Aurigma.GraphicsMill.Codecs.CompressionType

Value that specifies necessary TIFF compression type. You can change it later using Compression property.

See Also

Reference