Document AddProfile¶ Adds a new profile to document. 1myDocument.AddProfile(input: ( string | Xml )):Document Parameters¶ ( string | Xml ) input Profile data as Xml node or string Remarks¶ This method copies provided input data to the document profile with xml schema based copy. See Also¶ Document.Profile Document