←Select platform

Metadata Property

Summary

Object that manages the metadata of the document.

Syntax
C#
VB
C++
Java
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 LEADDocument.

Remarks

Refer to DocumentMetadata for more information.

Example

For an example, refer to DocumentMetadata.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly