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

In This Topic
    PdfName Class Members
    In This Topic

    The following tables list the members exposed by PdfName.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Gets the empty array of PdfName objects.  
    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 MethodDetermines whether a byte is in the PdfString.  
    Public MethodCopies the entire PdfString to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodOverloaded. Checks whether this PdfName equals to value.  
    Public MethodServes as the default hash function.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a new PdfName or returns existing predefined Standard Name.  
    Public Methodstatic (Shared in Visual Basic)Returns true if value is null or empty (zero length).  
    Public Methodstatic (Shared in Visual Basic)Checks whether the specified byte is valid and can be written to the PDF stream without '#' prefix.  
    Public MethodReturns a string that represents the current object.  
    Top
    Public Operators
    The equality operator.
    The inequality operator.
    Top
    See Also