SourceResolved Property

Pageflex Document Action API

Pageflex Document Action API SourceResolved Property
Namespaces > Pageflex.Scripting > Image > SourceResolved
Gets a String specifying where the image data assigned to this image object was actually found.
Syntax
C# Visual Basic Managed C++
public string SourceResolved { get; }
Public ReadOnly Property SourceResolved As String
public:
String^ SourceResolved {
	String^ get ();
}
Remarks
A value of the empty string means no image data is currently assigned to this image object. A value of nullNothingnullptr means image data is assigned but could not be located.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)