Skip to main content
All docs
V26.1
  • DocumentFormat Struct

    A document format.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v26.1.dll

    Declaration

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

    The following members return DocumentFormat objects:

    Remarks

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

    See Also