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>
Related API Members
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.
Implements
See Also