Gets or sets the name of the person who created the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpString Author { get; set; }
VB
Public Property Author As XmpString
Get
Set
Property Value
Type:
XmpStringThe name of the person who created the document or
null if
there is no value set for this property.
See Also