XFINIUM.PDF Documentation
CreateEncoding(Stream) Method



Xfinium.Pdf.Core.Encodings Namespace > PdfEncoding Class > CreateEncoding Method : CreateEncoding(Stream) Method
Stream storing the encoding definition.
Creates an encoding based on an encoding file definition.
Syntax
'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.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfEncoding Class
PdfEncoding Members
Overload List