Show / Hide Table of Contents

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.

Inheritance
System.Object
Filter
Image2RGBA
Implements
System.IDisposable
Inherited Members
Filter.Dispose()
Filter.Dispose(Boolean)
Filter.Destroy()
Filter.GetName()
Filter.GetDecodeName()
Filter.Begin()
Filter.Size()
Filter.Consume(Int32)
Filter.Count()
Filter.SetCount(Int32)
Filter.SetStreamLength(Int32)
Filter.AttachFilter(Filter)
Filter.ReleaseAttachedFilter()
Filter.GetAttachedFilter()
Filter.GetSourceFilter()
Filter.Flush()
Filter.FlushAll()
Filter.IsInputFilter()
Filter.CanSeek()
Filter.Seek(Int32, Filter.ReferencePos)
Filter.Tell()
Filter.CreateInputIterator()
Filter.GetFilePath()
Filter.WriteToFile(String, Boolean)
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: PDFNetiOS.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
In This Article
Back to top Generated by DocFX