Specifies save options when saving a Document to an image format.

System.Object
  Docentric.Documents.ObjectModel.SaveOptions
    Docentric.Documents.ObjectModel.ImageSaveOptions

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class ImageSaveOptions : SaveOptions

The ImageSaveOptions type exposes the following members.

Name Description
Public constructor .ctor(ImageFormat) Creates an instance of an ImageSaveOptions.
Name Description
Public member DefaultPageBackground Gets or sets the default background of all generated PageImages.
Public member DpiX Gets or sets the horizontal resolution, in dots per inch, of the generated image. This setting is only applicable for bitmap image formats.
Public member DpiY Gets or sets the vertical resolution, in dots per inch, of the generated image. This setting is only applicable for bitmap image formats.
Public member ImageFormat Gets or sets the ImageFormat for the image save operation.
Public member PageSelection The PrintPageSelection object that specifies the pages to generate the images for. 'Null' means that all page images will be generated.
Public member ScaleX Gets or sets the x-axis scale factor.
Public member ScaleY Gets or sets the y-axis scale factor.
Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)