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

Show in webframe

Outline Property








Gets or sets the outline value.
Syntax
public bool Outline {get; set;}
'Declaration
 
Public Property Outline As Boolean
'Usage
 
Dim instance As SigmaCommand
Dim value As Boolean
 
instance.Outline = value
 
value = instance.Outline
public bool Outline {get; set;}
 <br/>get_Outline();<br/>set_Outline(value);<br/>Object.defineProperty('Outline'); 
public:
property bool Outline {
   bool get();
   void set (    bool value);
}

Property Value

Whether the middle pixel is included or not.
Example
Refer to SigmaCommand.
Requirements

Target Platforms

See Also

Reference

SigmaCommand Class
SigmaCommand Members

Error processing SSI file