OfficeToPDFOptionsSetExcelMaxAllowedCellCount Method |
Sets the value for ExcelMaxAllowedCellCount in the options object
Conversion will throw an exception if the number of cells in a Microsoft Excel document is above the set MaxAllowedCellCount.Used for early termination of resource intensive conversions.Setting this value to 250000 will allow the vast majority of Excel documents to convert without issue, while keeping RAM usage to a reasonable level. By default there is no limit to the number of allowed cells.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public OfficeToPDFOptions SetExcelMaxAllowedCellCount(
uint value
)
Public Function SetExcelMaxAllowedCellCount (
value As UInteger
) As OfficeToPDFOptions
public:
virtual OfficeToPDFOptions^ SetExcelMaxAllowedCellCount(
[InAttribute] unsigned int value
) sealed
function SetExcelMaxAllowedCellCount(value);
Parameters
- value
- Type: SystemUInt32
max allowed cell count
Return Value
Type:
OfficeToPDFOptions[Missing <returns> documentation for "M:pdftron.PDF.OfficeToPDFOptions.SetExcelMaxAllowedCellCount(System.UInt32)"]
See Also