TiffEnableExifRotate Property (GdPictureDocumentConverter)
Specifies whether tiff encoder is using Exif rotate flag to handle page rotations.
Default value is true.
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);
}
'Declaration
Public Property TiffEnableExifRotate As Boolean