Xceed Words for .NET v3.0 Documentation
ReplacePicture Method


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > Paragraph Class : ReplacePicture Method
The Picture to remove.
The Picture to insert.
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

Reference

Paragraph Class
Paragraph Members