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. | |
Doc | Gets the GcPdfDocument owning this object. | |
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. | |
ObjID | Gets the PDF object ID. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
PdfA | Gets or sets the PDF/A conformance version. | |
PdfDict | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfDict. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper) | |
PdfObject | Gets the underlying GrapeCity.Documents.Pdf.Spec.IPdfObject. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<IPdfDict>) | |
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. | |
UserProps | Gets the list of document custom properties.
Note that the order of elements in the collection may change after saving and loading the document, this is due to the specifics of how properties are stored in the document, see the PDF specification for details. |
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. | |
GetPdfStream | Gets the System.IO.Stream object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamData | Gets the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
GetPdfStreamInfo | Gets the GrapeCity.Documents.Pdf.Spec.PdfStreamInfo object containing the data of GrapeCity.Documents.Pdf.Spec.PdfStreamObjectBase owned by this wrapper. Note! The stream should be disposed after usage. (Inherited from GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase) | |
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. | |
SetStream | Sets the content of the current metadata. | |
SetXmlDocument | Sets the content of the current metadata. |