Class CdrDocument
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The cdr root object
public class CdrDocument : CdrObjectContainer, IDisposable
- Inheritance
-
CdrDocument
- Implements
- Inherited Members
Properties
Arrows
Gets the arrows.
public Dictionary<int, CdrArrow> Arrows { get; }
Property Value
- Dictionary<int, CdrArrow>
The arrows.
- See Also
BmpMasks
Gets the BMP masks.
public Dictionary<int, CdrBmp> BmpMasks { get; }
Property Value
- Dictionary<int, CdrBmp>
The BMP masks.
- See Also
Bmps
Gets the BMPS.
public Dictionary<int, CdrBmp> Bmps { get; }
Property Value
- Dictionary<int, CdrBmp>
The BMPS.
- See Also
ClipIds
Gets or sets the clip ids.
public List<short> ClipIds { get; set; }
Property Value
- See Also
Fills
Gets the fills.
public Dictionary<int, CdrFill> Fills { get; }
Property Value
- Dictionary<int, CdrFill>
The fills.
- See Also
Fonts
Gets the fonts.
public Dictionary<int, CdrFont> Fonts { get; }
Property Value
- Dictionary<int, CdrFont>
The fonts.
- See Also
LastTextIndex
Gets the text indexes.
public int LastTextIndex { get; set; }
Property Value
- int
The text indexes.
- See Also
OutLines
Gets the out lines.
public Dictionary<int, CdrOutline> OutLines { get; }
Property Value
- Dictionary<int, CdrOutline>
The out lines.
- See Also
Patterns
Gets the patterns.
public Dictionary<int, CdrPattern> Patterns { get; }
Property Value
- Dictionary<int, CdrPattern>
The patterns.
- See Also
PowerClips
Gets the power clips.
public SortedDictionary<short, CdrListObjects> PowerClips { get; set; }
Property Value
- SortedDictionary<short, CdrListObjects>
The power clips.
- See Also
Styles
Gets the styles.
public Dictionary<int, CdrStyle> Styles { get; }
Property Value
- Dictionary<int, CdrStyle>
The styles.
- See Also
Texts
Gets the texts.
public CdrTextCollection Texts { get; }
Property Value
- CdrTextCollection
The texts.
- See Also
VectorPatterns
Gets the vector patterns.
public Dictionary<int, CdrVectorPattern> VectorPatterns { get; }
Property Value
- Dictionary<int, CdrVectorPattern>
The vector patterns.
- See Also
Version
Gets or sets the version.
public int Version { get; set; }
Property Value
- int
The version.
- See Also
Methods
ReleaseManagedResources()
Releases unmanaged and - optionally - managed resources.
protected override void ReleaseManagedResources()
- See Also