You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aspose_words_cloud/models/svg_save_options_data.rb
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,11 @@ class SvgSaveOptionsData
111
111
# Gets or sets a value indicating whether the output SVG should fill the available viewport area (browser window or container). When set to true width and height of output SVG are set to 100%.
112
112
attr_accessor:fit_to_view_port
113
113
114
+
# Gets or sets a value in pixels per inch that limits resolution of exported raster images.
115
+
# If the value of this property is non-zero, it limits resolution of exported raster images.
116
+
# That is, higher-resolution images are resampled down to the limit and lower-resolution images are exported as is.
117
+
attr_accessor:max_image_resolution
118
+
114
119
# Gets or sets the physical folder where resources (images) are saved when exporting.
0 commit comments