Pageflex Document Action API
CopyFitFontSize Property
Namespaces > Pageflex.Scripting > ICopyFit > CopyFitFontSize
Gets the actual font size after copyfitting.
Syntax| C# | Visual Basic | Managed C++ |
public abstract Measurement CopyFitFontSize { get; }
Public MustOverride ReadOnly Property CopyFitFontSize As Measurement
public: virtual Measurement^ CopyFitFontSize { Measurement^ get () abstract; }
RemarksSpecifies 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. |
See AlsoAssembly: PFScript Version: 8.0.7.1407 (Module: PFScript)