Click or drag to resize

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; }

Parameters

name
Type: System String

Property Value

Type: Object
See Also