Class MetaObjectExport
Export object stored in a a MetaFile, it's a fixed length record, still not implemented, it's used when exporting MetaFile to custom formats
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public class MetaObjectExport : MetaObject
Constructors
MetaObjectExport()
Declaration
public MetaObjectExport()
Fields
DoNewLine
True if a new line must be generated
Declaration
public bool DoNewLine
Field Value
| Type | Description |
|---|---|
| bool |
Line
Line to export the text
Declaration
public int Line
Field Value
| Type | Description |
|---|---|
| int |
Position
Postion to export the text
Declaration
public int Position
Field Value
| Type | Description |
|---|---|
| int |
Size
Size of the exported string
Declaration
public int Size
Field Value
| Type | Description |
|---|---|
| int |
TextExpP
Text export position in MetaPage strings pool
Declaration
public int TextExpP
Field Value
| Type | Description |
|---|---|
| int |
TextExpS
Text export size in MetaPage strings pool
Declaration
public int TextExpS
Field Value
| Type | Description |
|---|---|
| int |
Methods
FillFromBuf(byte[], int, int)
Fill the values of a MetaObjectExport, loading it from a binary buffer
Declaration
public override void FillFromBuf(byte[] buf, int index, int ver)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | buf | Buffer containing information in binary format |
| int | index | Index to begin read in the buffer |
| int | ver |
Overrides
SaveToStream(Stream, int)
Save the information of the object into a stream
Declaration
public override void SaveToStream(Stream astream, int ver)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | astream | Destination stream |
| int | ver |