Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / DWFactory Property

In This Topic
    DWFactory Property (GcWicBitmap)
    In This Topic
    Gets an instance of the GrapeCity.Documents.DX.DirectWrite.Factory1 class.

    The factory becomes available after initializing the font cache (see the SetFontCache method).

    Syntax
    'Declaration
     
    Public ReadOnly Property DWFactory As Factory1
    public Factory1 DWFactory {get;}
    See Also