Accusoft.PdfXpress7.Net
MirrorVertical Property (ImageDataInfo)




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

Property Value

A boolean value which is true if the image needs to be rotated. 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