Click or drag to resize

PdfSaveOptionsUpdateProducerInformation Property

Gets a value indicating whether to update Producer before the PdfDocument is saved to a PDF file.

If set to , then Producer will be set to user-friendly name of the SautinSoft.Pdf assembly.

Default value: .


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public bool UpdateProducerInformation { get; set; }

Property Value

Boolean
to update Producer before the PdfDocument is saved to a PDF file; otherwise, .
See Also