Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > StentEnhancementCommand Class : FrameEnabled Property |
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(); }