VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane.ImageEncoders Namespace / SanePdfDocumentInfo Class / Author Property
Syntax Requirements SeeAlso
In This Topic
Author Property (SanePdfDocumentInfo)
In This Topic
The name of the person who created the document.
Syntax
'Declaration

Public Property Author As String

public string Author { get; set; }

Property Value

Author 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