DocumentPropertiesPresentationFormat Property |
Returns or sets the intended format of a presentation.
Read/write
String.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic string PresentationFormat { get; set; }
Public Property PresentationFormat As String
Get
Set
public:
virtual property String^ PresentationFormat {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract PresentationFormat : string with get, set
override PresentationFormat : string with get, set
Property Value
Type:
StringImplements
IDocumentPropertiesPresentationFormat
See Also