SPDocumentConverter.NoFileSizeLimit property
Gets a value that indicates there is no file size limit for the document converter.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property NoFileSizeLimit As Integer
Get
'Usage
Dim value As Integer
value = SPDocumentConverter.NoFileSizeLimit
public static int NoFileSizeLimit { get; }
Property value
Type: System.Int32
A 32-bit integer that indicates there is no file size limit, which by default equals -1.