ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearDocument class / encodeDocumentIdentifier Method

In This Topic
    encodeDocumentIdentifier Method
    In This Topic
    Encodes the document identifier provided in the parameter.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function encodeDocumentIdentifier( 
       documentIdentifier : string
    ) : String;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearDocument.encodeDocumentIdentifier(string);

    Parameters

    documentIdentifier
    The document identifier to be encoded.

    Return Value

    An encoded documentIdentifier string.
    Remarks

    This method will return encoded string value for the documentIdentifier.

    See Also