Format Property

Pageflex Document Action API

Pageflex Document Action API Format Property
Namespaces > Pageflex.Scripting > Image > Format
Gets the format of the image data assigned to this image object.
Syntax
C# Visual Basic Managed C++
public ImageFormat Format { get; }
Public ReadOnly Property Format As ImageFormat
public:
ImageFormat Format {
	ImageFormat 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)