ViewOptionsPageRotations Field |
The page rotations.
Namespace: GroupDocs.Viewer.OptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.3
Syntaxpublic readonly Dictionary<int, Rotation> PageRotations
Public ReadOnly PageRotations As Dictionary(Of Integer, Rotation)
public:
initonly Dictionary<int, Rotation>^ PageRotations
val PageRotations: Dictionary<int, Rotation>
Field Value
Type:
DictionaryInt32,
Rotation
Remarks
In case both
Watermark and
PageRotations
are specified than watermark will be applied to the rotated pages.
See Also