1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for .NET
  4. /
  5. GroupDocs.Merger.Domain.Options
  6. /
  7. RotateOptions

RotateOptions

RotateOptions class

Provides options for the page rotation.

public class RotateOptions : PageOptions, IRotateOptions

Constructors

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

Properties

Name Description
Mode { get; } Gets the mode for rotating (90, 180 or 270 degrees).
Pages { get; } Get page numbers collection.

See Also