Class PageMediaColor.PageMediaColorOption

PageMediaColor.PageMediaColorOption class

Describes the PageMediaColor feature options.

public sealed class PageMediaColorOption : Option

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
static Custom(string)Specifies a custom page color.
Add(params IOptionItem[])Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance.

Fields

NameDescription
static BlackBlack.
static BlueBlue.
static BrownBrown.
static GoldGold.
static GoldenRodGolden rod.
static GrayGray.
static GreenGreen.
static IvoryIvory.
static NoColorNo color.
static OrangeOrange.
static PinkPink.
static RedRed.
static SilverSilver.
static TurquoiseTurquoise.
static VioletViolet.
static WhiteWhite.
static YellowYellow.

See Also