Click or drag to resize

Document   Conversion (XElement to Document)

Cast the value of [T:T:System.XElement] to the Document.

Namespace: Resto.Front.Api.Data.Print
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public static implicit operator Document (
	XElement markup
)

Parameters

markup  XElement
 

Return Value

Document
See Also