I just tried to update ReaderWmf to version 7.2.5960.1045.
Our code contains the following:
But the UseResources property seems to be not available any more.
Update: Setting ResourcesCountLimit to 0 seems to have the same effect. Can you confirm that this is the correct replacement?
Klaus
Our code contains the following:
Code:
var geometrySettings = Ab2d.Common.ReaderWmf.GeometrySettings.FullOptimization;
geometrySettings.UseResources = false;
geometrySettings.CombineAllSameIntoOneGeometry = false;
But the UseResources property seems to be not available any more.
Update: Setting ResourcesCountLimit to 0 seems to have the same effect. Can you confirm that this is the correct replacement?
Klaus