In This Topic
GdPicture14 Namespace / GdPictureDocumentConverter Class / TiffEnableExifRotate Property

TiffEnableExifRotate Property (GdPictureDocumentConverter)

In This Topic
Specifies whether tiff encoder is using Exif rotate flag to handle page rotations. Default value is true.
Syntax
'Declaration
 
Public Property TiffEnableExifRotate As Boolean
public bool TiffEnableExifRotate {get; set;}
public read-write property TiffEnableExifRotate: Boolean; 
public function get,set TiffEnableExifRotate : boolean
public: __property bool get_TiffEnableExifRotate();
public: __property void set_TiffEnableExifRotate( 
   bool value
);
public:
property bool TiffEnableExifRotate {
   bool get();
   void set (    bool value);
}
See Also