RotateExif Property (ThumbnailEx)
In This Topic
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