PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Pdf Namespace / PdfDocumentInfo Class / Creator Property

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