The following tables list the members exposed by RasterConvertOptions.
Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets a color value that determines how to fill the background color if the image dimensions are smaller than the Height and Width properties. |
![]() | BitsPerPixel | Gets or sets a value that indicates which bits per pixel to be used. |
![]() ![]() | Default | (Read only) Gets the default conversion options used by LEADTOOLS for converting an image. |
![]() | Destination | Gets or sets the output data of the converted image file. |
![]() | FirstPage | Gets or sets the first page to load. This is 1-based index. |
![]() | Format | Gets or sets the format to be used when converting the raster image. |
![]() | Height | Gets or sets the new image height in pixels. |
![]() | HorizontalAlignMode | Gets or sets a value that determines how to center the image horizontally when the width of the image is smaller than the Width property. |
![]() | LastPage | Gets or sets the last page to load. This is 1-based index. Must be greater than or equal to FirstPage. You can pass -1 to load from FirstPage to the last page in the file. |
![]() | QualityFactor | Gets or sets the QualityFactor to be used when converting the file. |
![]() | ResizeFlags | Gets or sets the flags that control the behavior when resizing the image. |
![]() | ResizeMode | Determines how to align the resized image in the destination rectangle using the Width and Height properties. |
![]() | Source | Gets or sets the input data containing the image. |
![]() | VerticalAlignMode | Gets or sets a value that determines how to center the image vertically when the height of the image is smaller than the Height property. |
![]() | Width | Gets or sets the new image width in pixels. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from System.ValueType) |
![]() | GetHashCode | (Inherited from System.ValueType) |
![]() | ToString | (Inherited from System.ValueType) |