GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    ContentRangeEvaluator Delegate

    Namespace:
    GemBox.Document
    Assembly:
    GemBox.Document.dll

    Represents the method that is called for each ContentRange that is found during a Replace(Regex, ContentRangeEvaluator) method operation.

    • C#
    • VB.NET
    public delegate ContentRange ContentRangeEvaluator(ContentRange range);
    Public Delegate Function ContentRangeEvaluator(range As ContentRange) As ContentRange
    Parameters
    range
    ContentRange

    The ContentRange that is found during a Replace(Regex, ContentRangeEvaluator) method operation.

    Returns
    ContentRange

    The ContentRange instance that should replace the found ContentRange.

    See Also

    Replace(Regex, ContentRangeEvaluator)
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.