In This Topic
GdPicture14.MAUI Namespace / GdViewer Class / CurrentPageRotation Property

CurrentPageRotation Property

In This Topic
Specifies the rotation of the current page.
Syntax
'Declaration
 
Public ReadOnly Property CurrentPageRotation As GdPictureRotateFlipType
public GdPictureRotateFlipType CurrentPageRotation {get;}
public read-only property CurrentPageRotation: GdPictureRotateFlipType; 
public function get CurrentPageRotation : GdPictureRotateFlipType
public: __property GdPictureRotateFlipType get_CurrentPageRotation();
public:
property GdPictureRotateFlipType CurrentPageRotation {
   GdPictureRotateFlipType get();
}
See Also