←Select platform

Metadata Property

Summary

Object that manages the metadata of the document.

Syntax

C#
VB
Java
C++
public DocumentMetadata Metadata { get; } 
Public ReadOnly Property Metadata() As DocumentMetadata 
   Get 
public:  
   property DocumentMetadata^ Metadata 
   { 
      DocumentMetadata^ get() 
   } 
public DocumentMetadata getMetadata() 

Property Value

The DocumentMetadata object that manages the metadata of this Document.

Remarks

Refer to DocumentMetadata for more information.

Example

For an example, refer to DocumentMetadata.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly