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

Show in webframe

FrameEnabled Property








(Read only) Gets an array of boolean values that indicate whether a frame is added to the average output image.
Syntax
public bool[] FrameEnabled {get;}
'Declaration
 
Public ReadOnly Property FrameEnabled As Boolean()
'Usage
 
Dim instance As StentEnhancementCommand
Dim value() As Boolean
 
value = instance.FrameEnabled
public bool[] FrameEnabled {get;}
 get_FrameEnabled(); 
public:
property array<bool>^ FrameEnabled {
   array<bool>^ get();
}

Property Value

An array of boolean values that represents which frames are included when averaging the image.
Requirements

Target Platforms

See Also

Reference

StentEnhancementCommand Class
StentEnhancementCommand Members

Error processing SSI file