VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / WebJbig2EncoderSettings Class / useMmr Property
Syntax Requirements SeeAlso
In This Topic
    useMmr Property (WebJbig2EncoderSettings)
    In This Topic
    Gets or sets a value indicating whether file must be encoded using MMR coding.
    Syntax
    'Declaration
    
    Public Property useMmr As Boolean
    
    
    public bool useMmr { get; set; }
    
    
    public: __property bool get_useMmr();
    public: __property void set_useMmr(
    bool value
    );
    public:
    property bool useMmr { bool get(); void set(bool value); }

    Property Value

    Default value is false.
    Requirements

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

    See Also