The Subtractive Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets a value to determine whether the data-bin descriptor should be added or removed from the server cache model.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Subtractive As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ModelElement Dim value As Boolean value = instance.Subtractive | |
| C# | |
|---|---|
public bool Subtractive {get;} | |
Property Value
true to remove the data-bin from the server cache model; otherwise, false.For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code