ImageCreate Method (SDFDoc, Byte, Int32, Int32, Int32, ColorSpace) |
Creates the.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static Image Create(
SDFDoc doc,
byte[] image_data,
int width,
int height,
int bpc,
ColorSpace color_space
)
Public Shared Function Create (
doc As SDFDoc,
image_data As Byte(),
width As Integer,
height As Integer,
bpc As Integer,
color_space As ColorSpace
) As Image
public:
static Image^ Create(
[InAttribute] SDFDoc^ doc,
[InAttribute] array<unsigned char>^ image_data,
[InAttribute] int width,
[InAttribute] int height,
[InAttribute] int bpc,
[InAttribute] ColorSpace^ color_space
)
pdftron.PDF.Image.Create = function(doc, image_data, width, height, bpc, color_space);
Parameters
- doc
- Type: pdftron.SDFSDFDoc
the doc
- image_data
- Type: SystemByte
the image_data
- width
- Type: SystemInt32
the width
- height
- Type: SystemInt32
the height
- bpc
- Type: SystemInt32
the bpc
- color_space
- Type: pdftron.PDFColorSpace
the color_space
Return Value
Type:
Image the image
See Also