RemoveOptions

RemoveOptions class

Provides options for the page removing.

public class RemoveOptions : PageOptions, IRemoveOptions

Constructors

Name Description
RemoveOptions() Initializes a new instance of the RemoveOptions class.
RemoveOptions(int[]) Initializes a new instance of the RemoveOptions class.
RemoveOptions(int, int) Initializes a new instance of the RemoveOptions class.
RemoveOptions(int, int, RangeMode) Initializes a new instance of the RemoveOptions class.

Properties

Name Description
Pages { get; } Get page numbers collection.

See Also