| MetadataTitle Property |
The title of the document or resource.
This property corresponds to the "dc:title" entry
in the XMP metadata and to the "Title" entry in
the document information dictionary.
Namespace: PdfTools.Toolbox.PdfAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.2.0+708f7116d933787a0712d56133e4c2c9bf21e5e3
Syntax public string Title { get; set; }
Property Value
StringExceptions Exception | Condition |
---|
InvalidOperationException | if the metadata have already been closed |
NotSupportedException | [set] the document is read-only |
See Also