PdfSaveOptions.Producer

PdfSaveOptions.Producer property

Gets and sets producer of generated pdf document.

public string Producer { get; set; }

Remarks

If the value is null, or a valid LICENSE is not set, string Aspose.Cells vVERSION will be used.

See Also