Enum MetaObjectType
MetaFiles are composed by pages containing objects, each object can have a type that determines the action when drawing (or printing)
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public enum MetaObjectType
Fields
| Name | Description |
|---|---|
| Draw | Draw object contain basic poligon drawing (lines, rectangles...) |
| Export | Export object contain information for exporting the metafile to custom formats |
| Image | Image object contain image and image formatting information |
| Polygon | Poligon object contain a series of drawing actions, this is for future use |
| Text | Text object contain formatting and text information |