asposecells.api

Class ResourceLoadingType

Utility class containing constants. Represents how to loading the linked resource.

Field Summary
const  intDEFAULT
Loads this resource as usual.
const  intSKIP
Skips loading of this resource.
const  intUSER_PROVIDED
Use stream provided by user
 

    • Field Detail

      • DEFAULT

        const int DEFAULT
        Loads this resource as usual.
      • SKIP

        const int SKIP
        Skips loading of this resource.
      • USER_PROVIDED

        const int USER_PROVIDED
        Use stream provided by user