Windward Studios API Reference
FirstPagePrinter Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPrinter Class : FirstPagePrinter Property




Glossary Item Box

Gets or sets the first-page printer.

Syntax

Visual Basic (Declaration) 
Public Property FirstPagePrinter As String
Visual Basic (Usage)Copy Code
Dim instance As ReportPrinter
Dim value As String
 
instance.FirstPagePrinter = value
 
value = instance.FirstPagePrinter
C# 
public string FirstPagePrinter {get; set;}
Managed Extensions for C++ 
public: __property string* get_FirstPagePrinter();
public: __property void set_FirstPagePrinter( 
   string* value
);
C++/CLI 
public:
property String^ FirstPagePrinter {
   String^ get();
   void set (    String^ value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software