ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearCompressOptions Class / IsRemoveImageThumbnailEnabled Property




In This Topic
    IsRemoveImageThumbnailEnabled Property
    In This Topic
    Gets or sets a value indicating whether PDF image thumbnails are to be removed so as to decrease the file size of the resulting document.
    Syntax
    'Declaration
     
    Public Property IsRemoveImageThumbnailEnabled As Boolean
    'Usage
     
    Dim instance As ImGearCompressOptions
    Dim value As Boolean
     
    instance.IsRemoveImageThumbnailEnabled = value
     
    value = instance.IsRemoveImageThumbnailEnabled
    public bool IsRemoveImageThumbnailEnabled {get; set;}
    public: __property bool get_IsRemoveImageThumbnailEnabled();
    public: __property void set_IsRemoveImageThumbnailEnabled( 
       bool value
    );
    public:
    property bool IsRemoveImageThumbnailEnabled {
       bool get();
       void set (    bool value);
    }

    Property Value

    Toggles image thumbnail removal.
    Remarks
    Default: true.
    See Also