ShapesSettingsBase
Class
Base settings for shape import/export behavior in OpenXML providers.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.OpenXml
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public abstract class ShapesSettingsBase
Inheritance: objectShapesSettingsBase
Derived Classes:
Constructors
C#
protected ShapesSettingsBase()
Properties
Gets or sets whether shapes are skipped during import/export, affecting fidelity vs. performance.
C#
public bool SkipShapes { get; set; }