AODL.Document.Content.EmbedObjects.EmbedObjectHandler.EmbedObjectHandler C# (CSharp) Method

EmbedObjectHandler() public method

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