←Select platform

Producer Property

Summary

Producer value to be used in the resulting PDF document.

Syntax

C#
VB
C++
public string Producer { get; set; } 
Public Property Producer() As String 
   Get 
   Set 
public:  
   property String^ Producer 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property 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.

Remarks

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:

Title

Subject

Author

Creator

Producer

Keywords

Example

For an example, refer to PdfDocumentOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly