Share via


PaperSource Enumeration

Specifies the paper source in the PaperSource property of the PrintOptions class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration PaperSource
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration PaperSource : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
Auto Prints from to the tray the printer auto-selects.
Cassette Prints from the cassette tray.
Envelope Prints from the envelope tray.
EnvManual Prints from the manual envelop feed.
FormSource Prints from the form source paper tray.
LargeCapacity Prints from the large capacity paper tray.
LargeFmt Prints from the large format paper tray.
Lower Prints from lower paper tray.
Manual Prints from the manual paper feed.
Middle Prints from the middle paper tray.
SmallFmt Prints from the small format paper tray.
Tractor Prints from the tractor feed.
Upper Prints from the upper paper tray.

Inheritance Hierarchy

Object
   ValueType
      Enum
         PaperSource

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace