Aspose::Cells::PdfSaveOptions::SetProducer method

PdfSaveOptions::SetProducer(const U16String&) method

Gets and sets producer of generated pdf document.

void Aspose::Cells::PdfSaveOptions::SetProducer(const U16String &value)

Remarks

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

See Also

PdfSaveOptions::SetProducer(const char16_t*) method

Gets and sets producer of generated pdf document.

void Aspose::Cells::PdfSaveOptions::SetProducer(const char16_t *value)

Remarks

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

See Also