Gets or sets the name of the application that created the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpString Creator { get; set; }
VB
Public Property Creator As XmpString
Get
Set
Property Value
Type:
XmpStringThe the name of the application that created the document or
null if there is no value set for this property.
Remarks
If the document was converted to PDF from another format,
this property may contain the name of the application (for example,
Adobe FrameMaker®) that created the original document from which
this document was converted.
See Also