FontFace Property
Gets or sets the font face
Syntax
'Declaration Public Property FontFace As PDFFontFace
'Usage Dim instance As PDFFont Dim value As PDFFontFace instance.FontFace = value value = instance.FontFace
public PDFFontFace FontFace {get; set;}
Property Value
a FontFace enumeration member specifying the font faceRemarks
When creating a PDFFont object using the default constructor, the default value of this property is set to O2S.Components.PDFView4NET.Graphics.Fonts.FontFace.Helvetica
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also