ImageGear .NET v24.12 - Updated
encodedDocumentIdentifier Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearDocument class : encodedDocumentIdentifier Property
Indicates the encoded document identifier of the document.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_encodedDocumentIdentifier() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfImGearDocument.get_encodedDocumentIdentifier();
Remarks

This read-only property will be the encoded value for the documentIdentifier. This property will always match the documentIdentifier property, except that this one is base64-encoded so the controls can safely use it in a URL or in JavaScript code. This property can be set only at the time of the creation of the document object. if the document object was created with documentIdentifier but not the encodedDocumentIdentifier in the constructor, then the value of this property will be set internally.

See Also

Reference

ImGearDocument class
ImGearDocument Members