Name | Description | |
---|---|---|
![]() | Metadata Constructor | Initializes a new instance of the Metadata class. |
The following tables list the members exposed by Metadata.
Name | Description | |
---|---|---|
![]() | Metadata Constructor | Initializes a new instance of the Metadata class. |
Name | Description | |
---|---|---|
![]() | Contributors | Gets the list of document contributors. Maps to Dublin Core 'contributor' property. |
![]() | Copyright | Gets or sets the document copyright. Maps to Dublin Core 'rights' property. |
![]() | Coverage | Gets or sets the document coverage. Maps to Dublin Core 'coverage' property. |
![]() | CreateDate | Gets or sets the creation date. Maps to XMP 'CreateDate' property. If null, the current date/time is used. |
![]() | Creators | Gets the list of document creators. Maps to Dublin Core 'creator' property. |
![]() | CreatorTool | Gets or sets the creator tool, in PDF/A compatible documents this value should be the same as DocumentInfo.Creator. |
![]() | Dates | Gets the list of document dates. Maps to Dublin Core 'date' property. |
![]() | Description | Gets or sets the document description. Maps to Dublin Core 'description' property. |
![]() | Identifier | Gets or sets the document identifier. Maps to Dublin Core 'identifier' property. |
![]() | Keywords | Gets the list of document keywords, or subjects. Maps to Dublin Core 'subject' property. |
![]() | Languages | Gets the list of document languages. Maps to Dublin Core 'language' property. |
![]() | MetadataDate | Gets or sets the metadata date. Maps to XMP 'MetadataDate' property. If null, the current date/time is used. |
![]() | ModifyDate | Gets or sets the modification date. Maps to XMP 'ModifyDate' property. If null, the current date/time is used. |
![]() | PdfA | Gets or sets the PDF/A conformance version. |
![]() | PdfUa | Gets or sets the PDF/UA conformance version. Null indicates that the document is not PDF/UA compliant. |
![]() | Producer | Gets or sets the document's producer. Maps to PDF 'Producer' property. The default is the versioned name of the GcPdf library. |
![]() | Publishers | Gets the list of document publishers. Maps to Dublin Core 'publisher' property. |
![]() | ReadOnly | Gets or sets a value indicating whether the metadata is marked as read-only. |
![]() | Relations | Gets the list of document relations. Maps to Dublin Core 'relation' property. |
![]() | Source | Gets or sets the document source. Maps to Dublin Core 'source' property. |
![]() | Title | Gets or sets the document's title. Maps to Dublin Core 'title' property. |
![]() | Types | Gets the list of document types. Maps to Dublin Core 'type' property. |
Name | Description | |
---|---|---|
![]() | AddProperty | Adds a property to metadata. Note that only allowed namespaces are:
"http://purl.org/dc/elements/1.1/" (Dublin Core Properties) "http://ns.adobe.com/xap/1.0/" (XMP Core Properties) "http://ns.adobe.com/pdf/1.3/" (PDF Properties) Trying to add a property with another namespace will throw an exception. |
![]() ![]() | FormatUTC | Formats a DateTime value for writing to metadata. |
![]() | GetStream | Gets the content of the current metadata as a System.IO.Stream. |
![]() | GetXmlDocument | Gets the content of the current metadata as a System.Xml.XmlDocument. |
![]() | Reset | Resets values of this Metadata object to default values. |