asposediagram.api

Class ContainerTypeValue

Utility class containing constants. May be one of the following values: Document, Page, or Master. Only relevant when WindowType is specified as Drawing or Sheet.

Field Summary
const  intDOCUMENT
Document.
const  intPAGE
Page.
const  intMASTER
Master.
const  intSTYLE
Master.
const  intUNDEFINED
Undefined.
 

    • Field Detail

      • DOCUMENT

        const int DOCUMENT
        Document.
      • PAGE

        const int PAGE
        Page.
      • MASTER

        const int MASTER
        Master.
      • STYLE

        const int STYLE
        Master.
      • UNDEFINED

        const int UNDEFINED
        Undefined.