Class CdrDictionaryItem
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The cdr dictionary item
public class CdrDictionaryItem : CdrObject, IDisposable
- Inheritance
-
CdrDictionaryItem
- Implements
- Derived
- Inherited Members
Constructors
CdrDictionaryItem()
public CdrDictionaryItem()
- See Also
Properties
Id
Gets or sets the identifier.
public int Id { get; set; }
Property Value
- int
The identifier.
- See Also