LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Horizontal Property

Show in webframe





Specifies whether the image is to be flipped horizontally or vertically.
Syntax
[DataMemberAttribute(Name="Horizontal", IsRequired=true)]
public bool Horizontal {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Horizontal", IsRequired=True)>
Public Property Horizontal As Boolean
'Usage
 
Dim instance As FlipRequest
Dim value As Boolean
 
instance.Horizontal = value
 
value = instance.Horizontal

            

            
[DataMemberAttribute(Name="Horizontal", IsRequired=true)]
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

FlipRequest Class
FlipRequest Members

 

 


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

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features