CadRasterizationOptions class
CadRasterizationOptions class
The Cad rasterization options.
Inheritance: CadRasterizationOptions
→
VectorRasterizationOptions
The CadRasterizationOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of CadRasterizationOptions |
Properties
Property | Description |
---|---|
border_x | Gets or sets the border X. |
margins | Gets or sets Margins. |
border_y | Gets or sets the border Y. |
page_height | Gets or sets the page height. |
page_size | Gets or sets the page size. |
page_width | Gets or sets the page width. |
background_color | Gets or sets a background color. |
embed_background | Wether background of color not equal to default background color of output format (white for PDF and SVG, transparent for raster) should be embedded into output image (if not embedded, background will be default of the output render system, but color of the content that depend on background color will be rendered using stated background color) |
draw_color | Gets or sets a foreground color. |
unit_type | Gets or sets unit type of export result. |
content_as_bitmap | Gets or sets a value indicating whether content of a drawing is represented as image inside Pdf. Applicable only for CAD to Pdf export. Default is false. |
graphics_options | Gets or sets options to render bitmap inside pdf (if ContentAsBitmap is set to true). |
relative_scale | Scale of exported region relative to whole document’s image. Calculated as ratio of corresponding dimension of exported region to larger dimension of exported document. |
relative_position | Position of top left corner of exported region relative to whole document’s image, in relative units - 0,0 is top left, 1,1 is bottom of document’s image. |
zoom | Gets or sets zoom factor. Allows to zoom drawing relatively to canvas size. Value of 1 corresponds to exact fit, value below 1 allows to preserve margins, value above 1 allows to scale drawing up. |
pen_options | Gets or sets the pen options. |
observer_point | Gets or sets the observer point. |
automatic_layouts_scaling | Gets or sets a value indicating whether layouts should be automatically scaled. |
layers | Gets or sets layers of DXF file to export. |
layouts | Gets or sets the layoutName. |
draw_type | Gets or sets type of drawing. |
scale_method | Gets or sets scale method for automatic adjust of image size. |
no_scaling | Gets or sets no scaling during export. |
pdf_product_location | The PDF product location |
quality | Gets or sets the quality. |
export_all_layout_content | Gets or sets whether to export entities on layouts, which are outside plot area. |
shx_fonts | Gets or sets paths to SHX fonts to be used at export. |
shx_code_pages | Gets or sets the SHX sources. |
render_mode_3d | Gets or sets 3D render mode. |
visibility_mode | Gets or sets object visibility check mode |
See Also
- module
aspose.cad.imageoptions
- class
CadRasterizationOptions
- class
VectorRasterizationOptions