alexa

    Show / Hide Table of Contents

    Enum DVASPECT

    The DVASPECT enumeration values specify the desired data or view aspect of the object when drawing or getting data.

    Namespace: Syncfusion.CompoundFile.DocIO.Native
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public enum DVASPECT

    Fields

    Name Description
    DVASPECT_CONTENT

    Provides a representation of an object so it can be displayed as an embedded object inside of a container.

    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.

    DVASPECT_ICON

    Provides an iconic representation of an object.

    DVASPECT_THUMBNAIL

    Provides a thumbnail representation of an object so it can be displayed in a browsing tool.

    Back to top Generated by DocFX