IDocumentProperty
Item Property
|
Gets or sets the custom property associated with a specified name.
Read/write
Object
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
Object this[
string name
] { get; set; }
Default Property Item (
name As String
) As Object
Get
Set
property Object^ default[String^ name] {
Object^ get (String^ name);
void set (String^ name, Object^ value);
}
abstract Item : Object with get, set
Parameters
-
name
-
Type:
System
String
Property Value
Type:
Object
See Also