PdfXmlMetadataStreamItem Property |
Gets the property with the specified name.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.10.30
Syntax public XElement this[
XName name
] { get; }
Public ReadOnly Default Property Item (
name As XName
) As XElement
Get
Parameters
- name XName
- The fully qualified name of the property.
Property Value
XElement
The property with the specified name.
Return Value
XElement
The property with the specified name.
See Also