Package com.aspose.cad.cloud.model
Class WmfOptionsDTO
- java.lang.Object
-
- com.aspose.cad.cloud.model.DrawingOptionsBaseDTO
-
- com.aspose.cad.cloud.model.WmfOptionsDTO
-
public class WmfOptionsDTO extends DrawingOptionsBaseDTO
Export options for WMF format
-
-
Constructor Summary
Constructors Constructor Description WmfOptionsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WmfOptionsDTO
bitsPerPixel(Integer bitsPerPixel)
boolean
equals(Object o)
Integer
getBitsPerPixel()
Bits per pixel for Resulting fileint
hashCode()
void
setBitsPerPixel(Integer bitsPerPixel)
String
toString()
-
Methods inherited from class com.aspose.cad.cloud.model.DrawingOptionsBaseDTO
addLayersItem, getLayers, getResolutionSettings, getRotation, getVectorRasterizationOptions, layers, resolutionSettings, rotation, setLayers, setResolutionSettings, setRotation, setVectorRasterizationOptions, vectorRasterizationOptions
-
-
-
-
Method Detail
-
bitsPerPixel
public WmfOptionsDTO bitsPerPixel(Integer bitsPerPixel)
-
getBitsPerPixel
public Integer getBitsPerPixel()
Bits per pixel for Resulting file- Returns:
- bitsPerPixel
-
setBitsPerPixel
public void setBitsPerPixel(Integer bitsPerPixel)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDrawingOptionsBaseDTO
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDrawingOptionsBaseDTO
-
toString
public String toString()
- Overrides:
toString
in classDrawingOptionsBaseDTO
-
-