XmpWriter
Represents the writer for writing XMP metadata to a document.
public class XmpWriter
Public Class XmpWriter
Inheritance: ObjectXmpWriter
Licensing Info
This class is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
Constructors
XmpWriter(DocumentWriter) | Initializes a new instance of the XmpWriter class. |
Properties
Author | Gets the authors of the resource. |
Date | Gets the date that the resource was originally created. |
Keywords | Gets the keywords that specify the topic of the content of the resource. |
PdfVersion | Gets the PDF version of the PDF document. |
Producer | Gets the name of the tool that created the PDF document. |
Title | Gets the document title of the resource. |
TotalPages | Gets the number of pages in the document (including any in contained documents). |
Methods
BeginDescription() | Writes the RDF description. |
BeginDescription(String, String) | Writes the RDF description for a given schema. |
BeginDescription(String, String, String) | Writes the RDF description for a given schema. |
Draw(Boolean) | Writes the boolean value to the XMP Packet. |
Draw(DateTime) | Writes the given date to the XMP Packet in W3C recommended date format. |
Draw(DocumentWriter) | Draws the XMP contents buffer to the given DocumentWriter object. |
Draw(String) | Writes the given value to the XMP Packet. |
EndDescription() | Writes the end of RDF description. |
Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object) |
GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a String that represents the current Object . (Inherited from Object) |
ToUtf8(String) | Does the UTF-8 encoding for a given string text. |