In This Topic
Gets or sets the maximum height of the top margin, in pixels. Negative value prevents trimming the top margin. Defaults to 0 (no top margin).
Syntax
'Declaration
Public Property MaxTopMargin As System.Integer
public System.int MaxTopMargin {get; set;}
See Also