Click or drag to resize

Image.CreateImageMask Method (SDFDoc,Byte[], Int32, Int32, Obj)

Creates the image mask.

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

Parameters

doc
Type: pdftron.SDF.SDFDoc
the doc
image_data
Type:System.Byte[]
the image_data
width
Type: System.Int32
the width
height
Type: System.Int32
the height
encoder_hints
Type: pdftron.SDF.Obj
the encoder_hint

Return Value

Type: Image
the image
See Also