ImageCreate Method |
| Name | Description | |
|---|---|---|
| Create(SDFDoc, Byte) |
Create and embed an Image from an array of bytes representing the image.
| |
| Create(SDFDoc, String) |
Create and embed an Image from an external file taking into account specified compression hints.
| |
| Create(SDFDoc, Byte, Obj) |
Create and embed an Image from an array of bytes representing the image.
| |
| Create(SDFDoc, String, Obj) |
Create and embed an Image from an external file taking into account specified compression hints.
| |
| Create(SDFDoc, Byte, Int32, Int32, Int32, ColorSpace) | Creates the.
| |
| Create(SDFDoc, FilterReader, Int32, Int32, Int32, ColorSpace, ImageInputFilter) | Embed the raw image data taking into account specified compression hints.
| |
| Create(SDFDoc, FilterReader, Int32, Int32, Int32, ColorSpace, Obj) | Creates the.
| |
| Create(SDFDoc, Byte, Int32, Int32, Int32, ColorSpace, ImageInputFilter) | Directly embed the image that is already compressed using the Image::InputFilter
format. The function can be used to pass-through pre-compressed image data.
| |
| Create(SDFDoc, Byte, Int32, Int32, Int32, ColorSpace, Obj) | Creates the.
|