Click or drag to resize

PdfEncodingExtensions Class

A type that extends IPdfEncoding interface.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.TextPdfEncodingExtensions

Namespace: SautinSoft.Pdf.Text
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public static class PdfEncodingExtensions

The PdfEncodingExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetBytes Encodes all the characters in the specified string into a sequence of bytes.
Public Extension MethodGetString Decodes a sequence of bytes from the specified byte array into a string.
Top
See Also