PdfSaveOptions.CalculateFormula

PdfSaveOptions.CalculateFormula property

Indicates whether to calculate formulas before saving pdf file.

public bool CalculateFormula { get; set; }

Remarks

The default value is false.

See Also