Skip to main content
All docs
V25.2
  • DocumentFormat Struct

    A document format.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    [ComVisible(false)]
    [TypeConverter(typeof(DocumentFormatTypeConverter))]
    public readonly struct DocumentFormat :
        IConvertToInt<DocumentFormat>,
        IEquatable<DocumentFormat>

    Remarks

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

    See Also