PDFDocInfoSetAuthor Method |
Set the author of the document.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetAuthor(
string author
)
Public Sub SetAuthor (
author As String
)
public:
virtual void SetAuthor(
[InAttribute] String^ author
) sealed
function SetAuthor(author);
Parameters
- author
- Type: SystemString
the new author
See Also