Pageflex Document Action API
FontSize Property
Namespaces > Pageflex.Scripting > PageNumber > FontSize
Gets or sets the font size used to compose text.
Syntax
C# | Visual Basic | Managed C++ |
public Measurement FontSize { get; set; }
Public Property FontSize As Measurement
public: virtual Measurement^ FontSize { Measurement^ get () sealed; void set (Measurement^ value) sealed; }
Remarks
Specifies a Measurement representing the font size used to compose text.
Exceptions
Exception | Condition |
---|---|
ValueTooSmallException | The value must be at least 0.1pt. |
StaleScriptingObjectException | This object's associated internal object no longer exists. |
IndeterminateValueException | The property value is not consistent across the range. |
RangeNotEditableException | Setting this property is not permitted when the range only partially contains a variable, table of contents, or page number. |
See Also
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)