AODL.Document.Content.EmbedObjects.EmbedObjectHandler.EmbedObjectHandler C# (CSharp) Méthode

EmbedObjectHandler() public méthode

the constructor
public EmbedObjectHandler ( IDocument document ) : System
document IDocument
Résultat System
		public EmbedObjectHandler(IDocument document)
		{
			this.Document =document;
		}