Skip to content

PDFImageObject Class

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public class PDFImageObject : PDFStreamObject
Visual Basic
Public Class PDFImageObject _
	Inherits PDFStreamObject
Visual C++
public ref class PDFImageObject : public PDFStreamObject

Inheritance Hierarchy

System..::..Object
  CuteEditor.Convertor.PDF..::..PDFBaseObject
    CuteEditor.Convertor.PDF..::..PDFSubObject
      CuteEditor.Convertor.PDF..::..PDFObject
        CuteEditor.Convertor.PDF..::..PDFStreamObject
          CuteEditor.Convertor.PDF..::..PDFImageObject

See Also