PixelWidth Property

Pageflex Document Action API

Pageflex Document Action API PixelWidth Property
Namespaces > Pageflex.Scripting > Image > PixelWidth
Gets the width in pixels of the raster image data assigned to this image object.
Syntax
C# Visual Basic Managed C++
public uint PixelWidth { get; }
Public ReadOnly Property PixelWidth As UInteger
public:
unsigned int PixelWidth {
	unsigned int get ();
}
Exceptions
Exception Condition
ImageNotRasterException The assigned image is not a raster image.
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)