Pageflex Document Action API
ImageHandling Property
Namespaces > Pageflex.Scripting > Job > ImageHandling
Gets the JobImageHandling setting.
Syntax
C# | Visual Basic | Managed C++ |
public JobImageHandling ImageHandling { get; }
Public ReadOnly Property ImageHandling As JobImageHandling
public: JobImageHandling ImageHandling { JobImageHandling get (); }
Exceptions
Exception | Condition |
---|---|
StaleScriptingObjectException | This object's associated internal object no longer exists. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)