Creates the soft mask.
Create and embed a Soft Mask. Embed the raw image data taking into account
specified compression hints.
Create and embed a Soft Mask. Embed the raw image data taking into account
specified compression hints.
Creates the soft mask.
Create an image from an existing image represented as a SDF/Cos object.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Image(
Obj image_xobject
)
Public Sub New (
image_xobject As Obj
)
public:
Image(
[InAttribute] Obj^ image_xobject
)
pdftron.PDF.Image = function(image_xobject);
Parameters
- image_xobject
- Type: pdftron.SDFObj
the image_xobject
Return Value
Type:
the image
Return Value
Type:
the image
Return Value
Type:
the image
Return Value
Type:
the image
Remarks see Image::CreateSoftMask for details.
Remarks this feature is available only in PDF 1.4 and higher.
Remarks To create the Image object from image PDF::Element, pass the Element's
SDF/Cos dictionary to Image constructor (i.e. Image image(element->GetXObject()))
See Also