Click or drag to resize

CPDFEditPageCreateNewImageArea Method (CRect, Byte, Int32, Int32)

Creates a new image area.

Namespace:  ComPDFKit.PDFPage
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public CPDFEditImageArea CreateNewImageArea(
	CRect rect,
	byte[] imageData,
	int imageWidth,
	int imageHeight
)

Parameters

rect
Type: ComPDFKit.ImportCRect
Rectangle on the page.
imageData
Type: SystemByte
Image resource.
imageWidth
Type: SystemInt32
Image width.
imageHeight
Type: SystemInt32
Image height.

Return Value

Type: CPDFEditImageArea
Image area.
See Also