Packages

 

com.aspose.cad.imageoptions

Class WmfOptions



  • public class WmfOptions
    extends ImageOptionsBase

    The wmf file format creation options.

    • Constructor Detail

      • WmfOptions

        public WmfOptions()

        Initializes a new instance of the WmfOptions class.

      • WmfOptions

        public WmfOptions(WmfOptions wmfOptions)

        Initializes a new instance of the WmfOptions class.

        Parameters:
        wmfOptions - The WMF options.
    • Method Detail

      • getBitsPerPixel

        public int getBitsPerPixel()

        Gets or sets the image bits per pixel count.

        Returns:
        The image bits per pixel count.
      • setBitsPerPixel

        public void setBitsPerPixel(int value)

        Gets or sets the image bits per pixel count.

        Parameters:
        value - The image bits per pixel count.