Skip to main content
All docs
V25.1
  • PrintingSystemBase.GetOrCreatePlatformDrawingCache<T>(Func<T>) Method

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    public T GetOrCreatePlatformDrawingCache<T>(
        Func<T> createCache
    )
        where T : IDisposable

    Parameters

    Name Type
    createCache Func<T>

    Type Parameters

    Name
    T

    Returns

    Type
    T
    See Also