SVGOptionsDeletePicturesCroppedAreas Property |
A boolean flag indicates if the cropped parts remain as part of the document. If true the cropped
parts will removed, if false they will be serialized in the document (which can possible lead to a
larger file)
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic bool DeletePicturesCroppedAreas { get; set; }
Public Property DeletePicturesCroppedAreas As Boolean
Get
Set
public:
virtual property bool DeletePicturesCroppedAreas {
bool get () sealed;
void set (bool value) sealed;
}
abstract DeletePicturesCroppedAreas : bool with get, set
override DeletePicturesCroppedAreas : bool with get, set
Property Value
Type:
BooleanImplements
ISVGOptionsDeletePicturesCroppedAreas
See Also