ImageGear .NET v25.0 - Updated
ImGearPDFAtom Constructor(String)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFAtom Class > ImGearPDFAtom Constructor : ImGearPDFAtom Constructor(String)
The string corresponding to the atom.
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

Reference

ImGearPDFAtom Class
ImGearPDFAtom Members
Overload List