Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PdfExportSettings Class / Author Property


In This Topic
    Author Property
    In This Topic
    Gets or sets the author of the PDF file.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property Author As String
    'Usage
     
    Dim instance As PdfExportSettings
    Dim value As String
     
    instance.Author = value
     
    value = instance.Author
    [DefaultValue("")]
    public string Author {get; set;}

    Property Value

    The author. The default value is an empty string.
    See Also