←Select platform

OptimizedForRepetition Property

Summary

Indicates whether the internal calculations performed by ExObjData.CalculateContentBound should be cached.

Syntax
C#
VB
C++
public bool OptimizedForRepetition {get; set;} 
Public Property OptimizedForRepetition() As Boolean 
   Get 
   Set 
public:  
   property bool OptimizedForRepetition 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to cache certain calculations for the ExObjData.CalculateContentBound call for use in consecutive calls; otherwise, false. The default value is false.

Remarks

The cached calculations can be cleared by calling ClearInternalCache.

Example

For an example, refer to ExtractObjectsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.