In This Topic
GdPicture14 Namespace / ThumbnailEx Class / RotateExif Property

RotateExif Property (ThumbnailEx)

In This Topic
Specifies if each item must be rotated according to Exif Orientation tag, if any. Default value is true.
Syntax
'Declaration
 
Public Property RotateExif As Boolean
public bool RotateExif {get; set;}
public read-write property RotateExif: Boolean; 
public function get,set RotateExif : boolean
public: __property bool get_RotateExif();
public: __property void set_RotateExif( 
   bool value
);
public:
property bool RotateExif {
   bool get();
   void set (    bool value);
}
See Also