CopyFitFontSize Property

Pageflex Document Action API

Pageflex Document Action API CopyFitFontSize Property
Namespaces > Pageflex.Scripting > PageNumber > CopyFitFontSize
Gets the actual font size after copyfitting.
Syntax
C# Visual Basic Managed C++
public Measurement CopyFitFontSize { get; }
Public ReadOnly Property CopyFitFontSize As Measurement
public:
virtual Measurement^ CopyFitFontSize {
	Measurement^ get () sealed;
}
Remarks
Specifies a Measurement representing the actual font size after copyfitting.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.
IndeterminateValueException The property value is not consistent across the range.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)