VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / PdfRenderingSettings Class / CacheResources Property
Syntax Remarks Requirements SeeAlso
In This Topic
    CacheResources Property (PdfRenderingSettings)
    In This Topic
    Gets or sets a value indicating whether resources should be cached.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating whether resources should be cached.")>
    <DefaultValueAttribute(True)>
    Public Property CacheResources As Boolean
    
    
    [Description("A value indicating whether resources should be cached.")]
    [DefaultValue(True)]
    public bool CacheResources { get; set; }
    
    
    [Description("A value indicating whether resources should be cached.")]
    [DefaultValue(True)]
    public: __property bool get_CacheResources();
    public: __property void set_CacheResources(
    bool value
    );
    [Description("A value indicating whether resources should be cached.")]
    [DefaultValue(True)]
    public:
    property bool CacheResources { bool get(); void set(bool value); }

    Property Value

    true - images and fonts must be cached; false - caching must not be used.
    Remarks

    Cache size is 20Mb.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also