Click or drag to resize

CustomXmlPartCollectionItem Property

Gets the CustomXmlPart with the specified ID or null.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public CustomXmlPart this[
	string id
] { get; }

Parameters

id  String
The ID of the CustomXmlPart.

Return Value

CustomXmlPart
The CustomXmlPart with the specified ID or null.
See Also