Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / ReplaceTextOptionsBase Class / StopAfterOneReplacement Property


In This Topic
    StopAfterOneReplacement Property
    In This Topic
    Gets or sets if the text search will be stopped once the first text replacement is completed. The default value is false.
    Syntax
    'Declaration
     
    Public Property StopAfterOneReplacement As Boolean
    'Usage
     
    Dim instance As ReplaceTextOptionsBase
    Dim value As Boolean
     
    instance.StopAfterOneReplacement = value
     
    value = instance.StopAfterOneReplacement
    public bool StopAfterOneReplacement {get; set;}
    Remarks
    Note that text replacement will only work in the body of a Document.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also