CosObjectBase class is a base class for Cos objects (low-level objects of PDF documents)
Namespace: Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll)
Syntax
| C# |
|---|
public abstract class CosObjectBase |
| Visual Basic (Declaration) |
|---|
Public MustInherit Class CosObjectBase |
| Visual C++ |
|---|
public ref class CosObjectBase abstract |
Inheritance Hierarchy
System..::Object
Bytescout.PDF..::CosObjectBase
Bytescout.PDF..::CosNullObject
Bytescout.PDF..::CosBooleanObject
Bytescout.PDF..::CosRealObject
Bytescout.PDF..::CosIntegerObject
Bytescout.PDF..::CosNameObject
Bytescout.PDF..::CosStringObject
Bytescout.PDF..::CosObjectArray
Bytescout.PDF..::CosDictionaryObject
Bytescout.PDF..::CosObjectBase
Bytescout.PDF..::CosNullObject
Bytescout.PDF..::CosBooleanObject
Bytescout.PDF..::CosRealObject
Bytescout.PDF..::CosIntegerObject
Bytescout.PDF..::CosNameObject
Bytescout.PDF..::CosStringObject
Bytescout.PDF..::CosObjectArray
Bytescout.PDF..::CosDictionaryObject
See Also
CosObjectBase Members
Bytescout.PDF Namespace