GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / PageRotation Property





In This Topic
PageRotation Property (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Property PageRotation As GdPictureRotateFlipType
public GdPictureRotateFlipType PageRotation {get; set;}
public read-write property PageRotation: GdPictureRotateFlipType; 
public function get,set PageRotation : GdPictureRotateFlipType
public: __property GdPictureRotateFlipType get_PageRotation();
public: __property void set_PageRotation( 
   GdPictureRotateFlipType value
);
public:
property GdPictureRotateFlipType PageRotation {
   GdPictureRotateFlipType get();
   void set (    GdPictureRotateFlipType value);
}
See Also