ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSysEncoding Class / ImGearPDFSysEncoding Constructor / ImGearPDFSysEncoding Constructor(ImGearPDFAtom)
The CMap name.




In This Topic
    ImGearPDFSysEncoding Constructor(ImGearPDFAtom)
    In This Topic
    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 118 in the Adobe PDF reference for more information.
    See Also