Fit Property

Pageflex Document Action API

Pageflex Document Action API Fit Property
Namespaces > Pageflex.Scripting > Image > Fit
Gets or sets the FitImage mode used to scale the Image and/or its image data.
Syntax
C# Visual Basic Managed C++
public ImageFit Fit { get; set; }
Public Property Fit As ImageFit
public:
ImageFit Fit {
	ImageFit get ();
	void set (ImageFit value);
}
Remarks
Specifies an ImageFit mode choice.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)