IFontSizeFontSize Property |
Gets or sets annotation text font size
Namespace: GroupDocs.Annotation.Models.AnnotationModels.Interfaces.PropertiesAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.5.0.0 (22.5)
SyntaxNullable<double> FontSize { get; set; }
Property FontSize As Nullable(Of Double)
Get
Set
property Nullable<double> FontSize {
Nullable<double> get ();
void set (Nullable<double> value);
}
abstract FontSize : Nullable<float> with get, set
Property Value
Type:
NullableDouble
See Also