←Select platform

Creator Property

Summary

Creator value to be used in the resulting PDF document.

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

Property Value

A string which contains the PDF document's creator (the name of the person who created the document) to be used. To reset the creator value, use either an empty string or null. The default value is null.

Remarks

The creator for any PDF document can be retrieved by PDF viewers. Note that many search and indexing engines use the creator 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly