Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFontDescriptor.Flags Property

Provides access to a collection of flags defining various characteristics of the font.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.2.Core.dll

Declaration

public PdfFontFlags Flags { get; }

Property Value

Type Description
PdfFontFlags

A PdfFontFlags enumeration value.

See Also