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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFSysEncoding Class > ImGearPDFSysEncoding Constructor : ImGearPDFSysEncoding Constructor(ImGearPDFAtom)
The CMap name.
Initializes a new instance of the ImGearPDFSysEncoding class.
Syntax
'Declaration
 
Public Function New( _
   ByVal encodingName As ImGearPDFAtom _
)
'Usage
 
Dim encodingName As ImGearPDFAtom
 
Dim instance As New ImGearPDFSysEncoding(encodingName)
public ImGearPDFSysEncoding( 
   ImGearPDFAtom encodingName
)
public: ImGearPDFSysEncoding( 
   ImGearPDFAtom* encodingName
)
public:
ImGearPDFSysEncoding( 
   ImGearPDFAtom^ encodingName
)

Parameters

encodingName
The CMap name.

Return Value

The new instance of ImGearPDFSysEncoding class object.
Remarks
This constructor creates an encoding object from a PDF CMap name. Please see table 5.15 in the Adobe PDF reference for more information.
See Also

Reference

ImGearPDFSysEncoding Class
ImGearPDFSysEncoding Members
Overload List
ImGearPDFAtom Class