A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
ComPDFKit.PDFPage
CPDFEditPage Class
CPDFEditPage Methods
CreateNewImageArea Method
CreateNewImageArea Method (CRect, String, String)
CreateNewImageArea Method (CRect, Byte[], Int32, Int32)
CPDFEditPage
CreateNewImageArea Method (CRect, String, String)
Creates a new image area.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
Copy
public
CPDFEditImageArea
CreateNewImageArea
(
CRect
rect
,
string
filePath
,
string
smaskPath
)
Parameters
rect
Type:
ComPDFKit.Import
CRect
Rectangle on the page.
filePath
Type:
System
String
Image file path.
smaskPath
Type:
System
String
Mask file path.
Return Value
Type:
CPDFEditImageArea
Image area.
See Also
Reference
CPDFEditPage Class
CreateNewImageArea Overload
ComPDFKit.PDFPage Namespace