Accusoft.PdfXpress7.Net
RotateLeft Property




Gets and sets an indicator if the image needs to be rotated left 90 degrees before being displayed.
Syntax
'Declaration
 
Public Property RotateLeft As Boolean
'Usage
 
Dim instance As ImageDataInfo
Dim value As Boolean
 
instance.RotateLeft = value
 
value = instance.RotateLeft
public bool RotateLeft {get; set;}
public: __property bool get_RotateLeft();
public: __property void set_RotateLeft( 
   bool value
);
public:
property bool RotateLeft {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the image needs to be rotated left 90 degrees. Otherwise, false is used.
Remarks

Rotation will be applied after mirroring.

See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback