Share via


SPDocumentConverter.MinAllowedFileSize property

Gets the minimum file size in kilobytes that the document converter can handle.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

Type: System.Int32
A 32-bit integer that indicates the minimum file size, which by default equals 1.

See also

Reference

SPDocumentConverter class

SPDocumentConverter members

Microsoft.SharePoint.Administration namespace