Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Border Property








Gets or sets the value that indicates the border width, in pixels.
Syntax
public int Border {get; set;}
'Declaration
 
Public Property Border As Integer
'Usage
 
Dim instance As RomanMosaicCommand
Dim value As Integer
 
instance.Border = value
 
value = instance.Border
public int Border {get; set;}

            

            
 
get_Border();
set_Border(value);
Object.defineProperty('Border');
public:
property int Border {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the border width, in pixels. The valid range is from 1 to 15.
Example
Refer to RomanMosaicCommand example.
Requirements

Target Platforms

See Also

Reference

RomanMosaicCommand Class
RomanMosaicCommand Members

Error processing SSI file