HeaderFooterFontQuality Property |
Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic uint Quality { get; set; }Public Property Quality As UInteger
Get
Set
public:
property unsigned int Quality {
unsigned int get ();
void set (unsigned int value);
}member Quality : uint32 with get, set
Property Value
Type:
UInt32
See Also