PrintParameter Class

System print properties.
Inheritance Hierarchy

SystemObject
  Unisys.AgileBusiness.RuntimeAPIPrintParameter

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

public class PrintParameter

The PrintParameter type exposes the following members.

Constructors

  NameDescription
Public methodPrintParameter
Initializes a new instance of the PrintParameter class
Top
Properties

  NameDescription
Public propertyFontName
Font Name
Public propertyMarginHorizontal
Margins Horizontal
Public propertyMarginVertical
Margins Vertical
Public propertyOutputStream
Output Stream
Public propertyPageDepth
Page Depth
Public propertyPageOrientation
Page Orientation
Public propertyPageWidth
Page Width
Public propertyPrinterName
Printer Name
Public propertyReportName
Report Name
Public propertyReportOutputLocation
Report Output Location
Top
Methods

  NameDescription
Public methodEquals
Determines whether the provided object is equal to the current object
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetDefaultValue
Default values of print parameter.
Public methodGetHashCode
warning CS0659: Class overrides Object.Equals(object o) but does not override Object.GetHashCode() -> Hence dummy method to remove this warning.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also