SPDocumentConverter.MaxAllowedFileSize Property

Gets a value that indicates the maximum file size in kilobytes that can be converted.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared ReadOnly Property MaxAllowedFileSize As Integer
    Get
'Usage
Dim value As Integer

value = SPDocumentConverter.MaxAllowedFileSize
public static int MaxAllowedFileSize { get; }

Property Value

Type: System.Int32
A 32-bit integer that indicates the maximum file size in kilobytes, which by default equals 999999.

See Also

Reference

SPDocumentConverter Class

SPDocumentConverter Members

Microsoft.SharePoint.Administration Namespace