Click or drag to resize

MetaInformation(SourceDocumentInformationType) Constructor

Initializes a new instance of the MetaInformation class using the information provided from the specified SourceDocumentInformation

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public MetaInformation(
	SourceDocumentInformationType sourceDocumentInformation
)

Parameters

sourceDocumentInformation  SourceDocumentInformationType
The SourceDocumentInformation object.
See Also