VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / ImageRegions Property
Syntax Requirements SeeAlso
In This Topic
    ImageRegions Property (PdfMrcCompressionSettings)
    In This Topic
    Gets or sets the image (picture and graphics) regions on a source image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The image (picture and graphics) regions on a source image.")>
    Public Property ImageRegions As System.Drawing.Rectangle
    
    
    [Description("The image (picture and graphics) regions on a source image.")]
    public System.Drawing.Rectangle ImageRegions { get; set; }
    
    
    [Description("The image (picture and graphics) regions on a source image.")]
    public: __property System.Drawing.Rectangle* get_ImageRegions();
    public: __property void set_ImageRegions(
    System.Drawing.Rectangle*[]* value
    );
    [Description("The image (picture and graphics) regions on a source image.")]
    public:
    property System.Drawing.Rectangle^ ImageRegions { System.Drawing.Rectangle^ get(); void set(array<System.Drawing.Rectangle^>^ value); }

    Property Value

    null - image regions on a source image are not specified and must be detected with ImageSegmentation command; not null - image regions on a source image.
    Default value is null.
    Requirements

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

    See Also