Skip to content

PDFSubObject Class

pdf sub object, this object will be include by other full object

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

Syntax

C#
public class PDFSubObject : PDFBaseObject
Visual Basic
Public Class PDFSubObject _
	Inherits PDFBaseObject
Visual C++
public ref class PDFSubObject : public PDFBaseObject

Inheritance Hierarchy

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

See Also