PptxOptionsConformance Property |
Specifies the conformance class to which the Presentation document conforms.
Default value is
Ecma376_2006
Namespace:
Aspose.Slides.Export
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.4.0.0 (21.4)
Syntaxpublic Conformance Conformance { get; set; }
Public Property Conformance As Conformance
Get
Set
public:
virtual property Conformance Conformance {
Conformance get () sealed;
void set (Conformance value) sealed;
}
abstract Conformance : Conformance with get, set
override Conformance : Conformance with get, set
Property Value
Type:
ConformanceImplements
IPptxOptionsConformance
See Also