Gets or sets the name of the printer that will be used to simulate margins.
Syntax
Visual Basic (Declaration) | |
---|
Public Property MarginsPrinter As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PrinterSpecifications
Dim value As String
instance.MarginsPrinter = value
value = instance.MarginsPrinter
|
C# | |
---|
public string MarginsPrinter {get; set;} |
Return Value
The margins simulation printer name.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also