Class CdrListObjects
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The cdr list objects
public class CdrListObjects : CdrObjectContainer, IDisposable
- Inheritance
-
CdrListObjects
- Implements
- Inherited Members
Constructors
CdrListObjects()
public CdrListObjects()
- See Also
Properties
FillId
Gets or sets the fill identifier.
public int FillId { get; set; }
Property Value
- int
The fill identifier.
- See Also
Opacity
Gets or sets the opacity.
public double Opacity { get; set; }
Property Value
- double
The opacity.
- See Also
OpacityFillId
Gets or sets the opacity fill identifier.
public int OpacityFillId { get; set; }
Property Value
- int
The opacity fill identifier.
- See Also
OutLineId
Gets or sets the out line identifier.
public int OutLineId { get; set; }
Property Value
- int
The out line identifier.
- See Also
PageHeight
Gets or sets the height of the page.
public double PageHeight { get; set; }
Property Value
- double
The height of the page.
- See Also
PageWidth
Gets or sets the width of the page.
public double PageWidth { get; set; }
Property Value
- double
The width of the page.
- See Also
StyleId
Gets or sets the style identifier.
public int StyleId { get; set; }
Property Value
- int
The style identifier.
- See Also