Author Property (PdfExportOptions)
In This Topic
Specifies the Author of the PDF when using the PDF Viewer type.
Syntax
'Declaration
Public Property Author As String
public string Author {get; set;}
Property Value
A
System.String value indicating the author name to be used in the PDF metadata.
See Also