PdfPropertiesProducer Property

Gets the producer string, as read from the loaded PDF's /Info /Producer entry (the application that produced the original PDF, e.g. "EvoPdf", "Adobe PDF Library", etc.). Returns an empty string when the document was not loaded from an existing PDF. This property is read-only. The producer of generated PDFs is set automatically by the library at save time

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public string Producer { get; }

Property Value

String

See Also