ProgressReflector Methods
Reflects the current state of document printing or exporting.| Name | Description |
|---|---|
| DisableReflector() static | Obsolete. Disables the progress reflector. |
| EnableReflector() static | Obsolete. Enables the progress reflector. |
| EnsureRangeDecrement(Action0) | For internal use. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Initialize(Int32) static | Obsolete. Initializes the ProgressReflector and sets its maximum value to the specified value. |
| InitializeRange(Int32) | Initializes the ProgressReflector‘s range using the specified maximum value. |
| MaximizeRange() | Sets the maximum value that is possible for the current range, indicating that the process has been finished. |
| MaximizeValue() static |
Obsolete. Sets the maximum possible value to the ProgressReflector.Value property, indicating that the process has been finished.
|
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RegisterReflector(ProgressReflector) static | Obsolete. Registers the specified progress reflector as an active reflector to show current progress. |
| SetProgressRanges(Single[], ProgressReflectorLogic) | For internal use. Sets the ranges which will be used by the ProgressReflector to reflect progress states. |
| SetProgressRanges(Single[]) | Sets the ranges which will be used by the ProgressReflector to reflect progress states. |
| SetRanges(Single[]) static | Obsolete. Sets the ranges which will be used by the ProgressReflector to reflect progress states. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UnregisterReflector(ProgressReflector) static | Obsolete. Unregisters the specified progress reflector, so it will no longer show the current progress. |
See Also