Table of Contents

Interface IKeyedObject

Namespace
Aspose.Imaging
Assembly
Aspose.Imaging.dll

Represents interface for objects with keys.

public interface IKeyedObject

Properties

Key

Gets the object key.

string Key { get; }

Property Value

string

The object key.