 | MetaInformation(SourceDocumentInformationType) Constructor |
Initializes a new instance of the
MetaInformation class using the information
provided from the specified SourceDocumentInformation
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic MetaInformation(
SourceDocumentInformationType sourceDocumentInformation
)
Public Sub New (
sourceDocumentInformation As SourceDocumentInformationType
)
public:
MetaInformation(
SourceDocumentInformationType^ sourceDocumentInformation
)
Parameters
- sourceDocumentInformation SourceDocumentInformationType
- The SourceDocumentInformation object.
See Also