Document Solutions for Imaging
DS.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 GrapeCity.Documents.DX.DirectWrite.Factory1
    public GrapeCity.Documents.DX.DirectWrite.Factory1 DWFactory {get;}
    See Also