Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class
Members

In This Topic
    PdfString Class
    In This Topic
    Represents a PDF String.
    Object Model
    PdfString Class
    Syntax
    'Declaration
     
    Public Class PdfString 
    public class PdfString 
    Remarks
    Technically a PDF string is an array of bytes. Its interpretation depends on the context. The PDF specification describes the following possible types:
    • byte string
    • text string
    • Unicode string
    • etc.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Spec.PdfString

    See Also