com.groupdocs.signature.options.saveoptions.imagessaveoptions

Class BmpSaveOptions



  • public final class BmpSaveOptions
    extends com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions

    Bmp Save options for image documents.

    • Constructor Detail

      • BmpSaveOptions

        public BmpSaveOptions()

        Creates BmpSaveOptions with default values.

    • Method Detail

      • getBitsPerPixel

        public final int getBitsPerPixel()

        Gets or sets the image bits per pixel count.

      • getCompression

        public final int getCompression()

        Gets or sets the compression. See BitmapCompression.

      • getHorizontalResolution

        public final double getHorizontalResolution()

        Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.

      • getVerticalResolution

        public final double getVerticalResolution()

        Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.

      • setBitsPerPixel

        public final void setBitsPerPixel(int value)

        Gets or sets the image bits per pixel count.

      • setCompression

        public final void setCompression(int value)

        Gets or sets the compression. See BitmapCompression.

      • setHorizontalResolution

        public final void setHorizontalResolution(double value)

        Gets or sets the horizontal resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.

      • setVerticalResolution

        public final void setVerticalResolution(double value)

        Gets or sets the vertical resolution. Note due to the rounding the resulting resolution may slightly differ from the passed.