Class PageResolution.PageResolutionOption

PageResolution.PageResolutionOption class

Describes the PageResolution features options.

public sealed class PageResolutionOption : Option

Constructors

NameDescription
PageResolutionOption(string, params IPageResolutionOptionItem[])Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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.
Add(params IPageResolutionOptionItem[])Adds an array of IPageResolutionOptionItem instances to the option.
SetResolutionX(int)Sets a
SetResolutionY(int)Sets a

See Also