Click or drag to resize

CPDFEditImageAreaReplaceImageArea Method (CRect, String, String)

Replace the image.

Namespace:  ComPDFKit.PDFPage.Edit
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool ReplaceImageArea(
	CRect rect,
	string filePath,
	string smaskPath
)

Parameters

rect
Type: ComPDFKit.ImportCRect
Rectangle on the page.
filePath
Type: SystemString
Image file path.
smaskPath
Type: SystemString
Mask file path.

Return Value

Type: Boolean
Return true on success, false on failure.
See Also