public class DracoImageSizeEstimatorDescriptor extends Object implements com.aspose.cad_internal.IImageSizeEstimatorDescriptor
Descriptor for DRACO image type size estimator.
| Constructor and Description |
|---|
DracoImageSizeEstimatorDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEstimate(Image image)
Wether it can estimate given image
|
com.aspose.cad_internal.IImageSizeEstimator |
createInstance(Image image,
int page)
Creates image size estimator instance
|
com.aspose.ms.System.Collections.Generic.List<FileFormat> |
getSupportedFormats()
Supported formats.
|
public final com.aspose.ms.System.Collections.Generic.List<FileFormat> getSupportedFormats()
Supported formats.
getSupportedFormats in interface com.aspose.cad_internal.IImageSizeEstimatorDescriptorpublic final boolean canEstimate(Image image)
Wether it can estimate given image
canEstimate in interface com.aspose.cad_internal.IImageSizeEstimatorDescriptorimage - Image to checkpublic final com.aspose.cad_internal.IImageSizeEstimator createInstance(Image image, int page)
Creates image size estimator instance
createInstance in interface com.aspose.cad_internal.IImageSizeEstimatorDescriptorimage - Imagepage - Page of the image to estimateCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.