CPDFEditImageAreaReplaceImageArea Method (CRect, String, String) |
Replace the image.
Namespace:
ComPDFKit.PDFPage.Edit
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public bool ReplaceImageArea(
CRect rect,
string filePath,
string smaskPath
)
Parameters
- rect
- Type: CRect
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