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

Show in webframe

Dimension Property (DynamicBinaryRequest)






Gets or sets the dimensions of the neighborhood used when evaluating each pixel (Dimension x Dimension), in pixels.
Syntax
[DataMemberAttribute(Name="Dimension", IsRequired=true)]
public int Dimension {get; set;}
'Declaration
 
<DataMemberAttribute(Name="Dimension", IsRequired=True)>
Public Property Dimension As Integer
'Usage
 
Dim instance As DynamicBinaryRequest
Dim value As Integer
 
instance.Dimension = value
 
value = instance.Dimension

            

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

Property Value

Dimensions of the neighborhood used when evaluating each pixel (Dimension x Dimension), in pixels. This should be at least 1.
Requirements

Target Platforms

See Also

Reference

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