SPFileSaveBinaryParameters.FileFormatMetaInfo property
Gets or sets the file format metainfo for the file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FileFormatMetaInfo As Stream
Get
Set
'Usage
Dim instance As SPFileSaveBinaryParameters
Dim value As Stream
value = instance.FileFormatMetaInfo
instance.FileFormatMetaInfo = value
public Stream FileFormatMetaInfo { get; set; }
Property value
Type: System.IO.Stream
The file format metainfo for the file.
See also
Reference
SPFileSaveBinaryParameters class