Error processing SSI file
LEADTOOLS WCF Image Processing (Leadtools.Services.ImageProcessing.DataContracts assembly)

Show in webframe

Horizontal Property






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

Error processing SSI file
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