Documents for PDF, .NET Edition Documentation
PdfString Class
Members 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Spec Namespace : PdfString Class
Represents the PDF String type.
Object Model
PdfString Class
Syntax
'Declaration
 
Public Class PdfString 
   Inherits System.Collections.Generic.List(Of Byte)
public class PdfString : System.Collections.Generic.List<byte> 
Remarks
Technically a PDF string is an array of bytes. Its interpretation depends on the context. The PDF specification describes the following types:
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      GrapeCity.Documents.Pdf.Spec.PdfString

See Also

Reference

PdfString Members
GrapeCity.Documents.Pdf.Spec Namespace