PDFEncoding¶
Namespace: O2S.Components.PDF4NET.Core.Encodings
Defines the base class for all encodings in a PDF file.
Inheritance Object → PDFEncoding
Constructors¶
PDFEncoding()¶
Methods¶
CreateEncoding(String)¶
Creates an encoding based on an encoding file definition.
Parameters
path String
Path to encoding file definition.
Returns
PDFEncoding
The encoding object if it has been created with success.
CreateEncoding(Stream)¶
Creates an encoding based on an encoding file definition.
Parameters
stream Stream
Stream storing the encoding definition.
Returns
PDFEncoding
The encoding object if it has been created with success.