IsRaster Property

Pageflex Document Action API

Pageflex Document Action API IsRaster Property
Namespaces > Pageflex.Scripting > Image > IsRaster
trueTruetrue if the image data assigned to this image object has a raster format; falseFalsefalse otherwise.
Syntax
C# Visual Basic Managed C++
public bool IsRaster { get; }
Public ReadOnly Property IsRaster As Boolean
public:
bool IsRaster {
	bool get ();
}
Exceptions
Exception Condition
ImageSourceUnavailableException Could not retrieve image data from Source.
ElementNotVisibleException The referenced shape is not Visible.
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)