PdfDocumentInfoProducer Property

Gets the producer string, as read from the loaded PDF's /Info /Producer entry. 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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.75.0
C#
public string Producer { get; }

Property Value

String

See Also