XFINIUM.PDF Documentation
CreateEncoding Method



Stream storing the encoding definition.
Creates an encoding based on an encoding file definition.
Syntax
'Declaration
 
Public 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 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback