ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEContentAttrs Class / CacheDevice Field




In This Topic
    CacheDevice Field
    In This Topic
    Six cache device values contain the operands for the d1 (setcachdevice) page operator or 2 charwidth values.
    Syntax
    'Declaration
     
    Public CacheDevice As Integer()
    'Usage
     
    Dim instance As ImGearPDEContentAttrs
    Dim value() As Integer()
     
    value = instance.CacheDevice
     
    instance.CacheDevice = value
    public int[] CacheDevice
    public: int[]* CacheDevice
    public:
    array<int>^ CacheDevice

    Field Value

    Array of integer values.
    Remarks
    If flags has SET_CACHE_DEVICE set, the first 6 cache device values contain the operands for the d1 (setcachdevice) page operator. If flags has SET_CHAR_WIDTH set, cacheDevice contains 2 charwidth values. The default value is {0, 0, 0, 0, 0, 0, 0, 0}.
    See Also