Producer value to be used in the resulting PDF document.
public string Producer { get; set; }
Public Property Producer() As String
Get
Set
public:
property String^ Producer
{
String^ get()
void set(String^ value)
}
A string which contains the PDF document's producer (the name of the person who created the document) to be used. To reset the producer value, use either an empty string or null. The default value is null.
The producer for any PDF document can be retrieved by PDF viewers. Note that many search and indexing engines use the producer in the resulting list or as metadata.
LEADTOOLS Document writers supports the following PDF properties:
For an example, refer to PdfDocumentOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET