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

encodedDocumentIdentifier
The encoded document identifier to be decoded.

Glossary Item Box

Decodes the encoded document identifier provided in the parameter.

Syntax

ASP.NET Ajax Javascript (Specification) 
function decodeDocumentIdentifier( 
   encodedDocumentIdentifier : string
) : String;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearDocument.decodeDocumentIdentifier(string);

Parameters

encodedDocumentIdentifier
The encoded document identifier to be decoded.

Return Value

A DocumentIdentifier string after decoding the input encodeddocumentIdentifier.

Remarks

This method will return decoded string value for the encodedDocumentIdentifier provided in the parameter.

See Also

©2013. Accusoft Corporation. All Rights Reserved.