Class Image2RGBA
Image2RGBA is a filter that can decompress and normalize any PDF image stream (e.g. monochrome, CMYK, etc) into a raw RGBA pixel stream.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftron.PDF
Assembly: PDFNetAndroid.dll
Syntax
public class Image2RGBA : Filter, IDisposable
Constructors
Image2RGBA(Element, Boolean)
Instantiates a new image2 rgba.
Declaration
public Image2RGBA(Element image_element, bool premultiply)
Parameters
Type | Name | Description |
---|---|---|
Element | image_element | the image_element |
System.Boolean | premultiply |
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |
Image2RGBA(Image, Boolean)
Instantiates a new image2 rgba.
Declaration
public Image2RGBA(Image image, bool premultiply)
Parameters
Type | Name | Description |
---|---|---|
Image | image | the image |
System.Boolean | premultiply |
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |
Image2RGBA(Obj, Boolean)
Instantiates a new image2 rgba.
Declaration
public Image2RGBA(Obj image_xobject, bool premultiply)
Parameters
Type | Name | Description |
---|---|---|
Obj | image_xobject | the image_xobject |
System.Boolean | premultiply |
Exceptions
Type | Condition |
---|---|
PDFNetException | PDFNetException the PDFNet exception |
Implements
System.IDisposable