VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane.ImageEncoders Namespace / SanePdfDocumentInfo Class / Keywords Property
Syntax Requirements SeeAlso
In This Topic
Keywords Property (SanePdfDocumentInfo)
In This Topic
Keywords associated with the document.
Syntax
'Declaration

Public Property Keywords As String

public string Keywords { get; set; }

Property Value

Keywords tag is not saved to PDF document if value of this property is set to string.Empty.
Default value is string.Empty.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also