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

Frame.IsCmyk Property

Gets a value specifying whether the bitmap stored in the frame is CMYK.

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

Syntax

Visual Basic
Public Overridable ReadOnly Property IsCmyk As Boolean
C#
public virtual bool IsCmyk { get; }

Property Value

A Boolean value specifying whether the bitmap stored in the frame is CMYK.

Implements

IFrame.IsCmyk

See Also

Reference