Click or drag to resize

PdfXmlMetadataStreamItem Property

Gets the property with the specified name.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public XElement this[
	XName name
] { 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