SPTransformServer.CreateHtml Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Function CreateHtml ( _
fileBits As Byte(), _
bt As BrowserType, _
requestFile As String, _
taskName As String, _
timeout As Integer, _
fReturnFileBits As Boolean _
) As CreateHtmlInfo
'Usage
Dim instance As SPTransformServer
Dim fileBits As Byte()
Dim bt As BrowserType
Dim requestFile As String
Dim taskName As String
Dim timeout As Integer
Dim fReturnFileBits As Boolean
Dim returnValue As CreateHtmlInfo
returnValue = instance.CreateHtml(fileBits, _
bt, requestFile, taskName, timeout, _
fReturnFileBits)
public CreateHtmlInfo CreateHtml(
byte[] fileBits,
BrowserType bt,
string requestFile,
string taskName,
int timeout,
bool fReturnFileBits
)
Parameters
- fileBits
Type: []
- bt
Type: Microsoft.HtmlTrans.BrowserType
- requestFile
Type: System.String
- taskName
Type: System.String
- timeout
Type: System.Int32
- fReturnFileBits
Type: System.Boolean
Return Value
Type: Microsoft.HtmlTrans.CreateHtmlInfo