Metadata Property

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
The metadata associated with the document. Metadata contains information such as the document's author and creation date.

Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public Metadata Metadata { get; internal set; }
Visual Basic
Public Property Metadata As Metadata
	Get
	Friend Set
Visual C++
public:
property Metadata^ Metadata {
	Metadata^ get ();
	internal: void set (Metadata^ value);
}

See Also