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

Show in webframe

Rectangle Property






Gets or sets the rectangle area to which the image will be cropped.
Syntax
[DataMemberAttribute(Name="Rectangle", IsRequired=true)]
public LeadRect Rectangle {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Rectangle", IsRequired=True)>
Public Property Rectangle As LeadRect
'Usage
 
Dim instance As CropRequest
Dim value As LeadRect
 
instance.Rectangle = value
 
value = instance.Rectangle

            

            
[DataMemberAttribute(Name="Rectangle", IsRequired=true)]
public:
property LeadRect Rectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

The rectangle area to which the image will be cropped.
Requirements

Target Platforms

See Also

Reference

CropRequest Class
CropRequest 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