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


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

    Property Value

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