Skip to main content

IGraphics Interface

Provides the essential functionality for document printing.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public interface IGraphics :
    IGraphicsBase,
    IDisposable,
    IPrintingSystemContext,
    IServiceProvider
See Also