1. GroupDocs.Viewer
  2. /
  3. GroupDocs.Viewer for .NET
  4. /
  5. GroupDocs.Viewer.Options
  6. /
  7. ViewOptions
  8. /
  9. PageRotations

PageRotations

ViewOptions.PageRotations field

The page rotation.

public readonly Dictionary<int, Rotation> PageRotations;

Remarks

If both Watermark and PageRotations are specified, the watermark is applied to the rotated pages.

For details, see the documentation.

See Also