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