Back to Devexpress

DocumentFormat Struct

officefileapi-devexpress-dot-docs-dot-presentation-bd9e6474.md

latest1.4 KB
Original Source

DocumentFormat Struct

A document format.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
[ComVisible(false)]
[TypeConverter(typeof(DocumentFormatTypeConverter))]
public readonly struct DocumentFormat :
    IConvertToInt<DocumentFormat>,
    IEquatable<DocumentFormat>
vb
<TypeConverter(GetType(DocumentFormatTypeConverter))>
<ComVisible(False)>
Public Structure DocumentFormat
    Implements IConvertToInt(Of DocumentFormat),
               IEquatable(Of DocumentFormat)

Remarks

For more information, refer to the following help topic: DevExpress Presentation API Library: Create, Load, and Save Presentations.

Implements

IEquatable<DocumentFormat>

See Also

DocumentFormat Members

DevExpress.Docs.Presentation Namespace