ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFAtom Class / ImGearPDFAtom Constructor / ImGearPDFAtom Constructor(String)
The string corresponding to the atom.




In This Topic
    ImGearPDFAtom Constructor(String)
    In This Topic
    Initializes a new instance of the ImGearPDFAtom class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As String _
    )
    'Usage
     
    Dim value As String
     
    Dim instance As New ImGearPDFAtom(value)
    public ImGearPDFAtom( 
       string value
    )
    public: ImGearPDFAtom( 
       string* value
    )
    public:
    ImGearPDFAtom( 
       String^ value
    )

    Parameters

    value
    The string corresponding to the atom.

    Return Value

    The new instance of ImGearPDFAtom class.
    See Also