Back to Website
Show / Hide Table of Contents

Class TemplateImage

Inheritance
System.Object
TemplateImage
Implements
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.Convert.Unit
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class TemplateImage : IDisposable

Constructors

TemplateImage(String, TemplateImageType, ITemplateStorage)

Declaration
public TemplateImage(string name, TemplateImageType type, ITemplateStorage templateStorage)
Parameters
Type Name Description
System.String name
TemplateImageType type
ITemplateStorage templateStorage

Properties

Format

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

Metadata

Declaration
public TemplateImageMetadata Metadata { get; }
Property Value
Type Description
TemplateImageMetadata

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Stream

Declaration
public Stream Stream { get; }
Property Value
Type Description
System.IO.Stream

Type

Declaration
public TemplateImageType Type { get; }
Property Value
Type Description
TemplateImageType

Methods

Dispose()

Declaration
public void Dispose()

Implements

System.IDisposable
Back to top Copyright © 2001–2022 Aurigma, Inc. All rights reserved.
Loading...