CdrListObjects

CdrListObjects class

The cdr list objects

public class CdrListObjects : CdrObjectContainer

Constructors

NameDescription
CdrListObjects()The default constructor.

Properties

NameDescription
Childs { get; }Gets or sets the objects.
Disposed { get; }Gets a value indicating whether this instance is disposed.
Document { get; set; }Gets or sets the document.
FillId { get; set; }Gets or sets the fill identifier.
Hidden { get; set; }Gets or sets a value indicating whether this CdrObjectContainer is visible.
LastChild { get; set; }Gets or sets the last child.
LoadToLastChild { get; set; }Gets or sets a value indicating whether [load to last child].
Opacity { get; set; }Gets or sets the opacity.
OpacityFillId { get; set; }Gets or sets the opacity fill identifier.
OutLineId { get; set; }Gets or sets the out line identifier.
PageHeight { get; set; }Gets or sets the height of the page.
PageWidth { get; set; }Gets or sets the width of the page.
Parent { get; set; }Gets or sets the parent.
StyleId { get; set; }Gets or sets the style identifier.

Methods

NameDescription
AddChildObject(CdrObject)Adds the child object.
Dispose()Disposes the current instance.
InsertObject(CdrObject)Inserts the object

See Also