C# Class PurplePen.CoursePage

Show file Open project: petergolde/PurplePen Class Usage Examples

Public Properties

Property Type Description
courseDesignator CourseDesignator
description string
landscape bool
lastPageOfCourseOrPart bool
mapRectangle System.Drawing.RectangleF
paperSize System.Drawing.Printing.PaperSize
printRectangle System.Drawing.RectangleF

Property Details

courseDesignator public property

public CourseDesignator,PurplePen courseDesignator
return CourseDesignator

description public property

public string description
return string

landscape public property

public bool landscape
return bool

lastPageOfCourseOrPart public property

public bool lastPageOfCourseOrPart
return bool

mapRectangle public property

public RectangleF,System.Drawing mapRectangle
return System.Drawing.RectangleF

paperSize public property

public PaperSize,System.Drawing.Printing paperSize
return System.Drawing.Printing.PaperSize

printRectangle public property

public RectangleF,System.Drawing printRectangle
return System.Drawing.RectangleF