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.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public bool UpdateProducerInformation { get; set; }
Public Property UpdateProducerInformation As Boolean
Get
Set
Property Value
Boolean to update
Producer before the
PdfDocument is saved to a PDF file; otherwise,
.
See Also