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




In This Topic
    ImGearPDFBasName Class
    In This Topic
    Represents basic name object.
    Object Model
    ImGearPDFBasName ClassImGearPDFAtom Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDFBasName 
       Inherits ImGearPDFBasObj
    'Usage
     
    Dim instance As ImGearPDFBasName
    public sealed class ImGearPDFBasName : ImGearPDFBasObj 
    public __gc __sealed class ImGearPDFBasName : public ImGearPDFBasObj 
    public ref class ImGearPDFBasName sealed : public ImGearPDFBasObj 
    Remarks
    A name object is an atomic symbol uniquely defined by a sequence of characters. Uniquely defined means that any two name objects made up of the same sequence of characters are identically the same object. Atomic means that a name has no internal structure. Although it is defined by a sequence of characters, those characters are not "elements" of the name.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDFBasObj
             ImageGear.Formats.PDF.ImGearPDFBasName

    See Also