Click or drag to resize

ContentStreamCreateFileStream Method

This method creates an CMIS ObjectService content stream given a file. The default MIME type that gets assigned is 'image/tiff'.

Namespace:  Atalasoft.Imaging.WebControls.Capture.Cmis
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static cmisContentStreamType CreateFileStream(
	string fileNamePath
)

Parameters

fileNamePath
Type: SystemString
The full path name to the file which the CMIS ObjectService content stream is to be created from.

Return Value

Type: cmisContentStreamType
Returns a CMIS Object service content stream.
Remarks
Caution note Caution
ContentStream class is available with .NET Framework 3.5 and 4.5.2 only.
See Also