Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / Remove Method

In This Topic
    Remove Method (PdfString)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As System.Byte _
    ) As System.Boolean
    public System.bool Remove( 
       System.byte item
    )

    Parameters

    item
    See Also