Skip to main content
All docs
V25.1
  • DocumentExportOptions.Producer Property

    Gets or sets the name of the software that created the PDF file.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Core.v25.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public string Producer { get; set; }

    Property Value

    Type Description
    String

    The software name.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Producer
    PdfExportOptions
    .DocumentOptions .Producer
    See Also