PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.Pdf Namespace / PdfDocumentInfo Class / Producer Property

In This Topic
    Producer Property (PdfDocumentInfo)
    In This Topic
    Gets or sets the name of the application that created the document.
    Syntax
    'Declaration
     
    Public Property Producer As String
    public string Producer {get; set;}
    See Also