ImageGear for .NET
encodeDocumentIdentifier Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearDocument Class : encodeDocumentIdentifier Method

documentIdentifier
The document identifier to be encoded.

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.