Table of Contents

Class ProjectLabel

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Represents a Label project in the List & Label DOM.

public class ProjectLabel : ProjectBase, IDisposable
Inheritance
ProjectLabel
Implements
Inherited Members

Remarks

This concrete implementation of ProjectBase encapsulates the metadata and object collections for projects of type Label. A label project is typically used for printing one or multiple label items (e.g. address stickers, product labels, badges) laid out on a defined page/grid.

Constructors

ProjectLabel(ListLabel)

Initializes a new ProjectLabel instance bound to the specified ListLabel component.

public ProjectLabel(ListLabel parentComponent)

Parameters

parentComponent ListLabel

The owning ListLabel component that manages the project lifecycle.