ImageSaveOptions Class |
Docentric Toolkit Help
Send Feedback |
Specifies save options when saving a Document to an image format.
System.Object
Docentric.Documents.ObjectModel.SaveOptions
Docentric.Documents.ObjectModel.ImageSaveOptions
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class ImageSaveOptions : SaveOptions
The ImageSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
.ctor(ImageFormat) | Creates an instance of an ImageSaveOptions. |
Name | Description | |
---|---|---|
DefaultPageBackground | Gets or sets the default background of all generated PageImages. | |
DpiX | Gets or sets the horizontal resolution, in dots per inch, of the generated image. This setting is only applicable for bitmap image formats. | |
DpiY | Gets or sets the vertical resolution, in dots per inch, of the generated image. This setting is only applicable for bitmap image formats. | |
ImageFormat | Gets or sets the ImageFormat for the image save operation. | |
PageSelection | The PrintPageSelection object that specifies the pages to generate the images for. 'Null' means that all page images will be generated. | |
ScaleX | Gets or sets the x-axis scale factor. | |
ScaleY | Gets or sets the y-axis scale factor. |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |