OptimizationOptionsResizeImages Property |
Note: This API is now obsolete.
If this flag set to true and CompressImages is true images will be resized if image resoultion is greater then specified MaxResolution parameter.
Namespace: Aspose.Pdf.OptimizationAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax[ObsoleteAttribute("Please use ImageCompressionOptions.ResizeImages instead.")]
public bool ResizeImages { get; set; }
<ObsoleteAttribute("Please use ImageCompressionOptions.ResizeImages instead.")>
Public Property ResizeImages As Boolean
Get
Set
public:
[ObsoleteAttribute(L"Please use ImageCompressionOptions.ResizeImages instead.")]
property bool ResizeImages {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("Please use ImageCompressionOptions.ResizeImages instead.")>]
member ResizeImages : bool with get, set
Property Value
Type:
Boolean
See Also