public class DwgOptions extends ImageOptionsBase
The DWG file format creation options.
| Constructor and Description |
|---|
DwgOptions() |
| Modifier and Type | Method and Description |
|---|---|
Point3D |
getOriginPosition()
Gets or sets the origin position.
|
FileFormat |
getTargetFormat()
The target format
|
void |
setOriginPosition(Point3D value)
Gets or sets the origin position.
|
getInterruptionToken, getLayers, getOutputMode, getPalette, getPc3File, getRenderToGraphicsBound, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setOutputMode, setPalette, setPc3File, setRenderToGraphicsBound, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, setVectorRasterizationOptions, setXmpDatapublic FileFormat getTargetFormat()
The target format
getTargetFormat in class ImageOptionsBasepublic final Point3D getOriginPosition()
Gets or sets the origin position.
Value: The origin position.public final void setOriginPosition(Point3D value)
Gets or sets the origin position.
Value: The origin position.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.