Class StdBEPrintResult
Returns the result of a off line printing
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdBE100
Assembly: StdBE100.dll
Syntax
public class StdBEPrintResult : StdBaseBE
Constructors
StdBEPrintResult()
Declaration
public StdBEPrintResult()
Properties
ExceptionResult
Gets or sets the exception result.
Declaration
public Exception ExceptionResult { get; set; }
Property Value
Type | Description |
---|---|
System.Exception | The exception result. |
PrintObject
Gets or sets the print object.
Declaration
public StdBEPrintObject PrintObject { get; set; }
Property Value
Type | Description |
---|---|
StdBEPrintObject | The print object. |
Result
Gets or sets the result.
Declaration
public int Result { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The result. |