VectorRasterizationOptions class
VectorRasterizationOptions class
The vector rasterization options.
The VectorRasterizationOptions type exposes the following members:
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. |
page_depth | Gets or sets the page depth. |
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. |
See Also
- module
aspose.cad.imageoptions