PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.WPF.Pdf Namespace / PdfDocumentInfo Class / Title Property

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