OdgRasterizationOptions Class
Contents
[
Hide
]Summary: The Odg rasterization options
Module: aspose.imaging.imageoptions
Full Name: aspose.imaging.imageoptions.OdgRasterizationOptions
Inheritance: IHasXmpData, IHasMetadata, OdRasterizationOptions
Constructors
Name | Description |
---|---|
OdgRasterizationOptions() | Initializes a new instance of the OdgRasterizationOptions class |
Properties
Name | Type | Access | Description |
---|---|---|---|
background_color | Color | r/w | Gets or sets a background color. |
border_x | float | r/w | Gets or sets the border X. |
border_y | float | r/w | Gets or sets the border Y. |
buffer_size_hint | int | r/w | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
center_drawing | bool | r/w | Gets or sets a value indicating whether center drawing. |
disposed | bool | r | Gets a value indicating whether this instance is disposed. |
draw_color | Color | r/w | Gets or sets a foreground color. |
full_frame | bool | r/w | Gets or sets a value indicating whether [full frame]. |
keep_metadata | bool | r/w | Gets a value whether to keep original image metadata on export. |
multi_page_options | MultiPageOptions | r/w | The multipage options |
page_height | float | r/w | Gets or sets the page height. |
page_size | SizeF | r/w | Gets or sets the page size. |
page_width | float | r/w | Gets or sets the page width. |
palette | IColorPalette | r/w | Gets or sets the color palette. |
positioning | PositioningTypes | r/w | Gets or sets the positioning. |
resolution_settings | ResolutionSetting | r/w | Gets or sets the resolution settings. |
smoothing_mode | SmoothingMode | r/w | Gets or sets the smoothing mode. |
source | Source | r/w | Gets or sets the source to create image in. |
text_rendering_hint | TextRenderingHint | r/w | Gets or sets the text rendering hint. |
vector_rasterization_options | VectorRasterizationOptions | r/w | Gets or sets the vector rasterization options. |
xmp_data | XmpPacketWrapper | r/w | Gets or sets Xmp data. |
Methods
Name | Description |
---|---|
clone() | Clones this instance. |
copy_to(vector_rasterization_options) | Copies to. |
Constructor: OdgRasterizationOptions()
OdgRasterizationOptions()
Initializes a new instance of the OdgRasterizationOptions class
Method: clone()
clone()
Clones this instance.
Returns
Type | Description |
---|---|
ImageOptionsBase | Returns shallow copy of this instance |
Method: copy_to(vector_rasterization_options)
copy_to(vector_rasterization_options)
Copies to.
Parameters:
Parameter | Type | Description |
---|---|---|
vector_rasterization_options | VectorRasterizationOptions | The vector rasterization options. |