Pageflex Document Action API
CopyFitFontSize Property
Namespaces > Pageflex.Scripting > Range > 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. |
See Also
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)