Click or drag to resize

Image.Create Method (SDFDoc, FilterReader, Int32, Int32, Int32, ColorSpace, Obj)

Creates the.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Image Create(
	SDFDoc doc,
	FilterReader image_data,
	int width,
	int height,
	int bpc,
	ColorSpace color_space,
	Obj encoder_hints
)

Parameters

doc
Type: pdftron.SDF.SDFDoc
the doc
image_data
Type: pdftron.Filters.FilterReader
the image_data
width
Type: System.Int32
the width
height
Type: System.Int32
the height
bpc
Type: System.Int32
the bpc
color_space
Type: pdftron.PDF.ColorSpace
the color_space
encoder_hints
Type: pdftron.SDF.Obj
the encoder hints

Return Value

Type: Image
the image
See Also