Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / Paragraph Class / ReplacePicture Method
The Picture to remove.
The Picture to insert.


In This Topic
    ReplacePicture Method (Paragraph)
    In This Topic
    Replaces a Picture in this Paragraph with another Picture.
    Syntax
    'Declaration
     
    Public Function ReplacePicture( _
       ByVal toBeReplaced As Picture, _
       ByVal replaceWith As Picture _
    ) As Picture
    'Usage
     
    Dim instance As Paragraph
    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 to remove.
    replaceWith
    The Picture to insert.

    Return Value

    The Picture that was inserted.
    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