Accusoft.PdfXpress6.Net
MirrorHorizontal Property (ImageDataInfo)




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

Property Value

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

Rotation will be applied after mirroring.

See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback