Features.PageOrientation

Features.PageOrientation class

Convenience class for PageOrientation print ticket feature.

public sealed class PageOrientation : 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.

Fields

Name Description
static readonly Landscape Landscape orientation
static readonly Portrait Portrait orientation
static readonly ReverseLandscape Reverse landscape orientation
static readonly ReversePortrait Reverse portrait orientation

See Also