Show / Hide Table of Contents

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.

Inheritance
System.Object
Filter
Image2RGB
Implements
System.IDisposable
Inherited Members
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)
Filter.Dispose()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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(Boolean)

Declaration
[HandleProcessCorruptedStateExceptions]
protected override void Dispose(bool A_0)
Parameters
Type Name Description
System.Boolean A_0
Overrides
Filter.Dispose(Boolean)

Implements

System.IDisposable
Back to top Generated by DocFX