Class DVASPECT
The DVASPECT enumeration values specify the desired data or view aspect of the object when drawing or getting data.
Inheritance
System.Object
DVASPECT
Namespace: Syncfusion.CompoundFile.XlsIO.Native
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class DVASPECT : Enum
Fields
DVASPECT_CONTENT
Provides a representation of an object so it can be displayed as an embedded object inside of a container.
Declaration
public const DVASPECT DVASPECT_CONTENT
Field Value
Type |
---|
DVASPECT |
DVASPECT_DOCPRINT
Provides a representation of the object on the screen as though it were printed to a printer using the Print command from the File menu.
Declaration
public const DVASPECT DVASPECT_DOCPRINT
Field Value
Type |
---|
DVASPECT |
DVASPECT_ICON
Provides an iconic representation of an object.
Declaration
public const DVASPECT DVASPECT_ICON
Field Value
Type |
---|
DVASPECT |
DVASPECT_THUMBNAIL
Provides a thumbnail representation of an object so it can be displayed in a browsing tool.
Declaration
public const DVASPECT DVASPECT_THUMBNAIL
Field Value
Type |
---|
DVASPECT |