Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Container Class / ReplacePicture Method
The Picture that will be replaced. 
The Picture that will be inserted instead of the one identified by the toBeReplaced parameter.


In This Topic
    ReplacePicture Method (Container)
    In This Topic
    Targets a Picture from a specific Paragraph in the Container & replaces it with a new Picture. 
    Syntax
    'Declaration
     
    Public Function ReplacePicture( _
       ByVal toBeReplaced As Picture, _
       ByVal replaceWith As Picture _
    ) As Picture
    'Usage
     
    Dim instance As Container
    Dim toBeReplaced As Picture
    Dim replaceWith As Picture
    Dim value As Picture
     
    value = instance.ReplacePicture(toBeReplaced, replaceWith)
    public Picture ReplacePicture( 
       Picture toBeReplaced,
       Picture replaceWith
    )

    Parameters

    toBeReplaced
    The Picture that will be replaced. 
    replaceWith
    The Picture that will be inserted instead of the one identified by the toBeReplaced parameter.

    Return Value

    The Picture that replaced the original one.
    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