Visual Basic (Declaration) | |
---|---|
Public Enum PageScaling Inherits System.Enum |
C# | |
---|---|
public enum PageScaling : System.Enum |
Member | Description |
---|---|
Booklet | Booklet mode. |
FitToPrintableArea | Mode that scales small pages up and large pages down to fit the paper. |
MultiplePages | Multiple pages per sheet mode. |
None | No scaling mode. |
ShrinkToPrintableArea | Mode that resizes only large pages to fit the paper and prints small pages as they are. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Printing.PageScaling