ImageCreateImageMask Method (SDFDoc, FilterReader, 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,
FilterReader image_data,
int width,
int height,
Obj encoder_hints
)
Public Shared Function CreateImageMask (
doc As SDFDoc,
image_data As FilterReader,
width As Integer,
height As Integer,
encoder_hints As Obj
) As Image
public:
static Image^ CreateImageMask(
[InAttribute] SDFDoc^ doc,
[InAttribute] FilterReader^ image_data,
[InAttribute] int width,
[InAttribute] int height,
[InAttribute] Obj^ encoder_hints
)
pdftron.PDF.Image.CreateImageMask = function(doc, image_data, width, height, encoder_hints);
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
- encoder_hints
- Type: pdftron.SDFObj
the encoder_hint
Return Value
Type:
Image the image
See Also