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)
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.