| Visual Basic (Declaration) | |
|---|---|
Public Property PrintInfo As PrintInfo | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public PrintInfo PrintInfo {get; set;} | |
Return Value
PrintInfo object containing the printing informationThis example sets the PrintInfo for the active sheet.
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.PrintMargin pm = new FarPoint.Win.Spread.PrintMargin(5, 5, 5, 5, 5, 5); | |
| Visual Basic | Copy Code |
|---|---|
Dim pm As New FarPoint.Win.Spread.PrintMargin(5, 5, 5, 5, 5, 5) | |