Holds a serializable name/value collection.
Each name/value is serialized as:
name:type:value
where type can be one of:
i - int
s - string (strings are base64'ed)
f - float
d - double
? what else?
Namespace:
C1.C1PrintDocument.UtilAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public class C1DocMetaInfo |
Visual Basic (Declaration) |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ Public Class C1DocMetaInfo |