CPDFEditImageAreaReplaceImageArea Method (CRect, String, String) |
Replace the image.
Namespace:
ComPDFKit.PDFPage.Edit
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntaxpublic 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:
BooleanReturn true on success, false on failure.
See Also