You are here: GdPicture.NET > Documentation > Classes > GdViewer Class > GdViewer Methods > Document Printing > PrintSetDocumentName Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdViewer.PrintSetDocumentName Method

Sets the document name to display during the next print process (for example, in a print status dialog box or printer queue) while printing the document.

C#
public PrintSetDocumentName(
    String DocumentName
);
Visual Basic
Public Sub PrintSetDocumentName(
    ByVal DocumentName As String
)
Parameters
Parameters 
Description 
DocumentName 
The document name to display.  
What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.