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




In This Topic
    ImGearPDFAtom Class
    In This Topic
    Represents a hashed token used in place of strings to optimize performance.
    Object Model
    ImGearPDFAtom Class
    Syntax
    'Declaration
     
    Public Class ImGearPDFAtom 
       Inherits ImGearPDFObject
    'Usage
     
    Dim instance As ImGearPDFAtom
    public class ImGearPDFAtom : ImGearPDFObject 
    public __gc class ImGearPDFAtom : public ImGearPDFObject 
    public ref class ImGearPDFAtom : public ImGearPDFObject 
    Remarks
    It is much faster to compare Atoms than strings.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDFAtom

    See Also