CustomXmlPartCollectionItem Property |
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax public CustomXmlPart this[
string id
] { get; }
Public ReadOnly Default Property Item (
id As String
) As CustomXmlPart
Get
Parameters
- id String
- The ID of the CustomXmlPart.
Return Value
CustomXmlPartThe
CustomXmlPart with the specified ID or null.
See Also