VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcCompressionSettings Class / ImageSegmentation Property
Syntax Requirements SeeAlso
In This Topic
    ImageSegmentation Property (PdfMrcCompressionSettings)
    In This Topic
    Gets or sets an image segmentation command for detecting image regions on a source image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("An image segmentation command for detecting image regions on a source image.")>
    Public Property ImageSegmentation As Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand
    
    
    [Description("An image segmentation command for detecting image regions on a source image.")]
    public Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand ImageSegmentation { get; set; }
    
    
    [Description("An image segmentation command for detecting image regions on a source image.")]
    public: __property Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand* get_ImageSegmentation();
    public: __property void set_ImageSegmentation(
    Vintasoft.Imaging.ImageProcessing.Info.ImageSegmentationCommand* value
    );

    Property Value

    null - segmentation of source image will not be performed, information about image regions on a source image will be get from ImageRegions property; not null - specified image segmentation command will be executed for getting information about image regions on a source image if ImageRegions 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