Image2RGB Constructor (Obj) |
Instantiates a new image2 rgb.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Image2RGB(
Obj image_xobject
)
Public Sub New (
image_xobject As Obj
)
public:
Image2RGB(
[InAttribute] Obj^ image_xobject
)
pdftron.PDF.Image2RGB = function(image_xobject);
Parameters
- image_xobject
- Type: pdftron.SDFObj
the image_xobject
See Also