TextSearchOptions.StoredGraphicElementsMaxCount

TextSearchOptions.StoredGraphicElementsMaxCount property

Gets or sets value that limits searching for text related graphics (underlining, background etc.) on a page for the speciefied number of elements. The default is 250. Set lesser value in the case of performance problems, try larger value in the case some graphic elements wasn’t found.

public int StoredGraphicElementsMaxCount { get; set; }

See Also