Class Image2RGB
Image2RGB is a filter that can decompress and normalize any PDF image stream (e.g. monochrome, CMYK, etc) into a raw RGB pixel stream.
Implements
Inherited Members
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public class Image2RGB : Filter, IDisposable
Constructors
Image2RGB(Element)
Instantiates a new image2 rgb.
Declaration
public Image2RGB(Element image_element)
Parameters
Type | Name | Description |
---|---|---|
Element | image_element | the image_element |
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |
Image2RGB(Image)
Instantiates a new image2 rgb.
Declaration
public Image2RGB(Image image)
Parameters
Type | Name | Description |
---|---|---|
Image | image | the image |
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |
Image2RGB(Obj)
Instantiates a new image2 rgb.
Declaration
public Image2RGB(Obj image_xobject)
Parameters
Type | Name | Description |
---|---|---|
Obj | image_xobject | the image_xobject |
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |
Methods
Dispose(bool)
Declaration
[HandleProcessCorruptedStateExceptions]
protected override void Dispose(bool A_0)
Parameters
Type | Name | Description |
---|---|---|
bool | A_0 |