CosString Class

Class for a low-level PDF string object.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.CosObject
    BitMiracle.Docotic.Pdf.CosString

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class CosString : CosObject
VB
Public NotInheritable Class CosString
	Inherits CosObject

The CosString type exposes the following members.

Properties

  NameDescription
Public propertyType
Gets the type of this CosObject.
(Overrides CosObject.Type.)
Public propertyValue
Gets the value of this CosString object with any escaped characters converted to their unescaped form.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

Remarks

Examples of string objects in a PDF file: (Hello), <4E6F>.

See Also