ImageLayoutcreateImageLayout Method |
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static ImageLayout createImageLayout(
XElement xe
)
Public Shared Function createImageLayout (
xe As XElement
) As ImageLayout
public:
static ImageLayout^ createImageLayout(
XElement^ xe
)
static member createImageLayout :
xe : XElement -> ImageLayout
Parameters
- xe
- Type: System.Xml.LinqXElement
Return Value
Type:
ImageLayoutSee Also