DocumentFeature

DocumentFeature class

Class incapsulating document-level print ticket feature.

public abstract class DocumentFeature : Feature

Properties

Name Description
Name { get; } Returns feature name.

Methods

Name Description
Add(params IFeatureItem[]) Adds list of items to the end of feature items list. Each one must be a Feature, Option or Property object.
GetEnumerator() Implementation of IEnumerable interface.
override ToString() Returns the string representation.

See Also