'Declaration
Public Overloads Shared Function CreateEncoding( _ ByVal stream As Stream _ ) As PdfEncoding
'Usage
Dim stream As Stream Dim value As PdfEncoding value = PdfEncoding.CreateEncoding(stream)
public static PdfEncoding CreateEncoding( Stream stream )
public: static PdfEncoding^ CreateEncoding( Stream^ stream )
Parameters
- stream
- Stream storing the encoding definition.
Return Value
The encoding object if it has been created with success.