VintaSoft Imaging .NET SDK 15.1: 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; }

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also