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

In This Topic
    DWFactory Property (GcD2DBitmap)
    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