ImageGear .NET
GetOneByteEncoding Method




Gets an atom array that is filled with the delta encodings for font.
Syntax
public ImGearPDFAtom[] GetOneByteEncoding()
public: ImGearPDFAtom*[]* GetOneByteEncoding(); 
public:
array<ImGearPDFAtom^>^ GetOneByteEncoding(); 
'Declaration
 
Public Function GetOneByteEncoding() As ImGearPDFAtom()
 
'Usage
 
Dim instance As ImGearPDEFont
Dim value() As ImGearPDFAtom
 
value = instance.GetOneByteEncoding()

Return Value

ImGearPDFAtom class array object.
Remarks
Each entry is the atom for a glyph name that differs from the base encoding. See Section 5.5.5 in the PDF Reference for more information about font encodings.
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members
ImGearPDFAtom Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback