The EffectsFlags Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets flags that indicate which effects will be used.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ScanActivity
Dim value As ImageEffectsFlags
instance.EffectsFlags = value
value = instance.EffectsFlags |
Property Value
Flags that indicate which effects will be used. The default value is None.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also