| CustomDocumentProperties Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
 
Namespace: Spire.Doc
 Syntax
Syntax
 
The CustomDocumentProperties type exposes the following members.
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | Count | 
 Gets count of the properties.
 | 
|   | CustomHash | 
 A dictionary to store custom document properties.
 | 
|   | Document | 
 Gets the document.
(Inherited from
 OwnerHolder
.) | 
|   | Item Int32 | 
 Gets or sets property by specified index.
 | 
|   | Item String | 
 Gets or sets property by specified name.
 | 
|   | XDLSHolder | (Inherited from DocumentSerializable .) | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Add | 
 Adds the specified name.
 | 
|   | Clone | 
 Clones this instance.
 | 
|   | CloneImpl | (Inherited from DocumentSerializable .) | 
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | InitXDLSHolder | (Inherited from DocumentSerializable .) | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | ReadXmlAttributes | (Inherited from DocumentSerializable .) | 
|   | ReadXmlContent | (Overrides DocumentSerializable ReadXmlContent(IXDLSContentReader) .) | 
|   | Remove | 
 Remove property specified by name.
 | 
|   | RestoreReference | (Inherited from DocumentSerializable .) | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
|   | WriteXmlAttributes | (Inherited from DocumentSerializable .) | 
|   | WriteXmlContent | (Overrides DocumentSerializable WriteXmlContent(IXDLSContentWriter) .) | 
 Fields
Fields
 
| Name | Description | |
|---|---|---|
|   | m_doc | (Inherited from OwnerHolder .) | 
 See Also
See Also