CopyFitFontSize Property
From Pageflex Document Action API
Pageflex Document Action API
CopyFitFontSize Property
Namespaces > Pageflex.Scripting > ICopyFit > CopyFitFontSize
Gets the actual font size after copyfitting.
| C# | Visual Basic | Managed C++ |
public abstract Measurement CopyFitFontSize { get; }
Public MustOverride ReadOnly Property CopyFitFontSize As Measurement
public: virtual Measurement^ CopyFitFontSize { Measurement^ get () abstract; }
Specifies a Measurement representing the actual font size after copyfitting.
| 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)