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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPDocumentConverter Class

SPDocumentConverter Members

Microsoft.SharePoint.Administration Namespace