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 tile number and/or tile part should be added or removed from the server cache model.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Subtractive As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As TpModelElement
Dim value As Boolean
value = instance.Subtractive |
C# | |
---|
public bool Subtractive {get;} |
C++/CLI | |
---|
public:
property bool Subtractive {
bool get();
} |
Property Value
true to remove the tile number and/or tile part from the server cache model; otherwise, false.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also