A wrapper for an Encoding to suppress the preamble.

Namespace: iTextSharp.text.xml.xmp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class EncodingNoPreamble : Encoding
Visual Basic
Public Class EncodingNoPreamble _
	Inherits Encoding
Visual C++
public ref class EncodingNoPreamble : public Encoding

Inheritance Hierarchy

System..::..Object
  System.Text..::..Encoding
    iTextSharp.text.xml.xmp..::..EncodingNoPreamble

See Also