Click or drag to resize

ImageCreateImageMask Method (SDFDoc, FilterReader, Int32, Int32)

Create and embed an ImageMask.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Image CreateImageMask(
	SDFDoc doc,
	FilterReader image_data,
	int width,
	int height
)

Parameters

doc
Type: pdftron.SDFSDFDoc
the doc
image_data
Type: pdftron.FiltersFilterReader
the image_data
width
Type: SystemInt32
the width
height
Type: SystemInt32
the height

Return Value

Type: Image
the image
Remarks
see Image::CreateImageMask for details.
See Also