asposediagram.api

Class OutputFormatValue

Utility class containing constants. Specifies the output format for a drawing.

Field Summary
const  intDEFAULT_PRINT
Default. Print.
const  intPOWER_POINT_SLIDE_SHOW
PowerPoint slide show.
const  intHTML_OR_GIF_OUTPUT
HTML or GIF output.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • DEFAULT_PRINT

        const int DEFAULT_PRINT
        Default. Print.
      • POWER_POINT_SLIDE_SHOW

        const int POWER_POINT_SLIDE_SHOW
        PowerPoint slide show.
      • HTML_OR_GIF_OUTPUT

        const int HTML_OR_GIF_OUTPUT
        HTML or GIF output.
      • UNDEFINED

        const int UNDEFINED
        Undefined.