PDFDocInfoSetCreator Method |
Set document's creator.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetCreator(
string creator
)
Public Sub SetCreator (
creator As String
)
public:
virtual void SetCreator(
[InAttribute] String^ creator
) sealed
function SetCreator(creator);
Parameters
- creator
- Type: SystemString
The name of the application that created
the original document.
See Also