The DisposeImage Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets a value which indicates whether the activity should free its image after being executed.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DisposeImage As Boolean |
C# | |
---|
public bool DisposeImage {get; set;} |
Property Value
true means that the activity should free its image after being executed; false means that it should keep the image.
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