ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasObj Class
Members




In This Topic
    ImGearPDFBasObj Class
    In This Topic
    Represents basic abstract object.
    Object Model
    ImGearPDFBasObj Class
    Syntax
    'Declaration
     
    Public MustInherit Class ImGearPDFBasObj 
       Inherits ImGearPDFObject
    'Usage
     
    Dim instance As ImGearPDFBasObj
    public abstract class ImGearPDFBasObj : ImGearPDFObject 
    public __gc abstract class ImGearPDFBasObj : public ImGearPDFObject 
    public ref class ImGearPDFBasObj abstract : public ImGearPDFObject 
    Remarks
    PDF supports eight basic types of object:
    • Boolean values
    • Integer and Fixed (real) numbers
    • Strings
    • Names
    • Arrays
    • Dictionaries
    • Streams
    • The null object

    Objects may be labeled so that they can be referred to by other objects. A labeled object is called an indirect object.

    Inheritance Hierarchy
    See Also