Skip to content

PDFStreamObject Class

pdf stream object it contains a lot of unvisable char, so we must translate it direct into stream,if we translate it string first, the contents will change

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

Syntax

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

Inheritance Hierarchy

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

See Also