In This Topic
GdPicture14.WEB Namespace / DocuViewareControl Class / EnableRotateButtons Property

EnableRotateButtons Property (DocuViewareControl)

In This Topic
Specifies whether the rotation button group shall be enabled.
Syntax
'Declaration
 
Public Property EnableRotateButtons As Boolean
public bool EnableRotateButtons {get; set;}
Remarks
The RotateButtonsMode property must be used to specify the rotation mode.
Default value is true.
See Also