Gets or sets a value that specifies whether the margins will be mirrored for every other page of the document.
[Visual Basic]
Public Property MirrorMargins As Boolean
[C#]
public bool MirrorMargins {get; set;}
Boolean. True if margins should be mirrored; otherwise, False. The default value is False.
Use this property when printing in duplex and the left and right margins are not equal. This would alternate the margins between odd and even pages.
[Visual Basic]
Private void rptPageSettings_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptPageSettings_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
PageSettings Class | PageSettings Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.