System print properties.
Inheritance Hierarchy
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
The PrintParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PrintParameter |
Initializes a new instance of the PrintParameter class
|
Properties
Name | Description | |
---|---|---|
![]() | FontName |
Font Name
|
![]() | MarginHorizontal |
Margins Horizontal
|
![]() | MarginVertical |
Margins Vertical
|
![]() | OutputStream |
Output Stream
|
![]() | PageDepth |
Page Depth
|
![]() | PageOrientation |
Page Orientation
|
![]() | PageWidth |
Page Width
|
![]() | PrinterName |
Printer Name
|
![]() | ReportName |
Report Name
|
![]() | ReportOutputLocation |
Report Output Location
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether the provided object is equal to the current object
(Overrides ObjectEquals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetDefaultValue |
Default values of print parameter.
|
![]() | GetHashCode |
warning CS0659: Class overrides Object.Equals(object o) but does not override Object.GetHashCode() -> Hence dummy method to remove this warning.
(Overrides ObjectGetHashCode.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also