LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)

Horizontal Property

Show in webframe





Specifies whether the image is to be flipped horizontally or vertically.
Syntax
public bool Horizontal {get; set;}
'Declaration
 
Public Property Horizontal As Boolean
'Usage
 
Dim instance As FlipActivity
Dim value As Boolean
 
instance.Horizontal = value
 
value = instance.Horizontal

            

            
public:
property bool Horizontal {
   bool get();
   void set (    bool value);
}

Property Value

true to flip the image horizontally (left to right), false to flip the image vertically (top to bottom).
Requirements

Target Platforms

See Also

Reference

FlipActivity Class
FlipActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.