ImageContentElementReplace Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Replaces the instance by the new image.

Namespace:  Apitron.PDF.Kit.FixedLayout.ContentElements
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public void Replace(
	string resourceId,
	bool removeFromFile = false
)

Parameters

resourceId
Type: SystemString
The image resource ID.
removeFromFile (Optional)
Type: SystemBoolean
Defines a value indicating whether the image should be removed from PDF document completely.
See Also

Reference