CosName Class

Class for a low-level PDF name object.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.CosObject
    BitMiracle.Docotic.Pdf.CosName

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

Syntax

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

The CosName 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 CosName 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 name objects in a PDF file: /SomeName, /1.2.

See Also