Source Property

Pageflex Document Action API

Pageflex Document Action API Source Property
Namespaces > Pageflex.Scripting > Image > Source
Gets or sets a String specifying the location of the image data assigned to this image object.
Syntax
C# Visual Basic Managed C++
public string Source { get; set; }
Public Property Source As String
public:
String^ Source {
	String^ get ();
	void set (String^ value);
}
Remarks
Note this value may not suffice to locate the image data; see SourceResolved.

A value of the empty string means no image data is currently assigned to this image object.

Exceptions
Exception Condition
ElementNotVisibleException The referenced shape is not Visible.
ArgumentNullException The value supplied for value was nullNothingnullptr.
StaleScriptingObjectException This object's associated internal object no longer exists.
See Also

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)