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

EmbedObject() public method

public EmbedObject ( XmlNode ParentNode, IDocument document ) : System
ParentNode System.Xml.XmlNode
document IDocument
return System
		public EmbedObject(XmlNode ParentNode,IDocument document)
		{
			this.ParentNode    = ParentNode;
			this.Document      = document;
			//this.NewXmlNode ();
			
			//this.Frame         =frame;  
		}

Same methods

EmbedObject::EmbedObject ( IDocument document ) : System