Search
PrintOptions.Title Property
See Also
 



Gets or sets the name of the document, as it appears in the header area of each page and on the print job queue.

 Syntax

VB6  Copy Code

Public Property Get Title() As String
Public Property Let Title( _
    ByVal value As String _
)

C++  Copy Code

public:
BSTR get_Title ()
void put_Title (
    BSTR value
)

 Property Value

A string value. The default is "- Untitled -".

 See Also