Class
ShapesSettingsBase

Base settings for shape import/export behavior in OpenXML providers.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.OpenXml

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public abstract class ShapesSettingsBase

Inheritance: objectShapesSettingsBase

Derived Classes: OpenXmlExportSettingsOpenXmlImportSettings

Constructors

ShapesSettingsBase()

Declaration

cs-api-definition
protected ShapesSettingsBase()

Properties

SkipShapes

Gets or sets whether shapes are skipped during import/export, affecting fidelity vs. performance.

Declaration

cs-api-definition
public bool SkipShapes { get; set; }

Property Value

bool