Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class
Fields Properties Methods

In This Topic
    PdfString Class Members
    In This Topic

    The following tables list the members exposed by PdfString.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)"Adobe"  
    Public Fieldstatic (Shared in Visual Basic)The empty instance of the PdfString.  
    Public FieldThe state of the PdfString object.  
    Public Fieldstatic (Shared in Visual Basic)"open"  
    Public Fieldstatic (Shared in Visual Basic)"print"  
    Public Fieldstatic (Shared in Visual Basic)"sRGB"  
    Public Fieldstatic (Shared in Visual Basic)"UCS"  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the PdfString.  
    Public PropertyGets or sets the byte at the specified index.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Converts a list of bytes representing a PDF string to a string.  
    Public MethodCompares the current PdfString with another PdfString and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.  
    Public MethodOverloaded. Checks whether this PdfString is equal to value.  
    Public Methodstatic (Shared in Visual Basic)Creates a PdfString from the passed string.  
    Public MethodServes as the default hash function.  
    Public Methodstatic (Shared in Visual Basic)Converts a string to the array of bytes representing the PDF string.  
    Public MethodReturns a string that represents the current object.  
    Top
    See Also