Back to Website
Show / Hide Table of Contents

Class CcImageReader

Inheritance
System.Object
CcImageReader
Implements
Aurigma.GraphicsMill.IImageParams
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class CcImageReader : IDisposable

Constructors

CcImageReader(ImageReader)

Declaration
public CcImageReader(ImageReader reader)
Parameters
Type Name Description
Aurigma.GraphicsMill.Codecs.ImageReader reader

CcImageReader(Stream)

Declaration
public CcImageReader(Stream stream)
Parameters
Type Name Description
System.IO.Stream stream

CcImageReader(String)

Declaration
public CcImageReader(string fileName)
Parameters
Type Name Description
System.String fileName

Properties

ColorProfile

Declaration
public ColorProfile ColorProfile { get; }
Property Value
Type Description
Aurigma.GraphicsMill.ColorProfile

DpiX

Declaration
public float DpiX { get; }
Property Value
Type Description
System.Single

DpiY

Declaration
public float DpiY { get; }
Property Value
Type Description
System.Single

FileFormat

Declaration
public FileFormat FileFormat { get; }
Property Value
Type Description
Aurigma.GraphicsMill.Codecs.FileFormat

Height

Declaration
public int Height { get; }
Property Value
Type Description
System.Int32

Ink

Declaration
public Ink Ink { get; }
Property Value
Type Description
Aurigma.GraphicsMill.Ink

Palette

Declaration
public ColorPalette Palette { get; }
Property Value
Type Description
Aurigma.GraphicsMill.ColorPalette

PixelFormat

Declaration
public PixelFormat PixelFormat { get; }
Property Value
Type Description
Aurigma.GraphicsMill.PixelFormat

Width

Declaration
public int Width { get; }
Property Value
Type Description
System.Int32

Methods

CreateIdmlReader(Stream, FontRegistry, Single, Single, IExternalConverter, Logger)

Declaration
public static IdmlReader CreateIdmlReader(Stream designStream, FontRegistry fontRegistry, float dpiX, float dpiY, IExternalConverter externalConverter, Logger logger = null)
Parameters
Type Name Description
System.IO.Stream designStream
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry fontRegistry
System.Single dpiX
System.Single dpiY
IExternalConverter externalConverter
NLog.Logger logger
Returns
Type Description
Aurigma.GraphicsMill.Codecs.Idml.IdmlReader

CreateIdmlReader(String, FontRegistry, Single, Single, IExternalConverter, Logger)

Declaration
public static IdmlReader CreateIdmlReader(string filename, FontRegistry fontRegistry, float dpiX, float dpiY, IExternalConverter externalConverter, Logger logger = null)
Parameters
Type Name Description
System.String filename
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry fontRegistry
System.Single dpiX
System.Single dpiY
IExternalConverter externalConverter
NLog.Logger logger
Returns
Type Description
Aurigma.GraphicsMill.Codecs.Idml.IdmlReader

Dispose()

Declaration
public void Dispose()

GetPipeline()

Declaration
public Pipeline GetPipeline()
Returns
Type Description
Aurigma.GraphicsMill.Pipeline

Implements

Aurigma.GraphicsMill.IImageParams
System.IDisposable
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback