# Version 6.2.0

DsImaging is a Document Solutions product which offers a rich library for processing all popular image formats, without using any external image editor.

## Content

## New Features and Improvements

* Added following helper classes in GrapeCity.Documents.Layout.Composition namespace to simplify drawing layouts on a GcGraphics:
    * Surface Class: Represents a surface that can draw its views on a GcGraphics.
    * Layer Class: Represents a drawing layer with visuals, optional clipping, and nested layers.
    * View Class (derived from Layer Class): Represents a Layer with an associated LayoutView object and transformation.
    * Space Class: Represents a space on a Layer with an associated LayoutRect.
    * Visual Class (derived from Space Class): Represents a figure, text, or image on a Layer.
* Synced version with other GrapeCity.Documents packages.