public class PageOptions : ThreadSafeImageContainerPublic Class PageOptions
Inherits ThreadSafeImageContainerpublic ref class PageOptions : public ThreadSafeImageContainertype PageOptions =
class
inherit ThreadSafeImageContainer
end| PageOptions | Default constructor of the PageOptions class. |
| PageOptions(PageOptions) | Constructor of the PageOptions class which copies data of another class instance. |
| PageOptions(BackgroundImageSize, Boolean, IBitmap) | Constructor of the PageOptions class taking all the required data. |
| Exists |
Determines whether the optimized image exists or not.
(Inherited from ThreadSafeImageContainer) |
| FullPage | Determines whether background should be rendered full document page or taking margins into account. |
| ImageSize | Size of the background image. |
| Size |
Size of the original image.
(Inherited from ThreadSafeImageContainer) |
| DrawImage |
Draws the original or optimized image on the given surface/bounds and based on the given parameter.
(Inherited from ThreadSafeImageContainer) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from 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) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetImageCopy |
Gets a copy of the original or optimized image based on the given parameter.
(Inherited from ThreadSafeImageContainer) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SetImage |
Sets the image to the current ThreadSafeImageContainer instance and performs required scaling optimizations.
(Inherited from ThreadSafeImageContainer) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| imageLock |
Object instance which is used for synchronization.
(Inherited from ThreadSafeImageContainer) |
| optimizedImage |
Stores optimized image.
(Inherited from ThreadSafeImageContainer) |
| originalImage |
Stores original image.
(Inherited from ThreadSafeImageContainer) |