Skip to content

Profile

Gets or sets the profile data of document.

1
readonly Xml myDocument.Profile

Remarks

Default value of Document.Profile is empty xml node.

Example

1
var profileInfo = myDocument.Profile;

See Also