public abstract class OdImage extends VectorMultipageImage implements com.aspose.internal.fileformats.opendocument.IOdImage
The open document
| Modifier and Type | Method and Description |
|---|---|
int |
getBitsPerPixel()
Retrieves the count of bits per pixel for the image.
|
Image |
getDefaultPage()
Deprecated.
Please use getPages()[index]
|
OdMetadata |
getOdMetadata()
Retrieves metadata specific to OpenDocument files.
|
int |
getPageCount()
Retrieves the total count of pages within the image.
|
OdObject[] |
getRecords()
Retrieves the OpenDocument records stored within the image.
|
boolean |
isCached()
Obtains a boolean value indicating whether the data of the object is currently
cached, thus eliminating the need for data reading.
|
cacheData, crop, getEmbeddedImages, getHeight, getMetadata, getPageExportingAction, getWidth, removeBackground, removeBackground, resize, resize, rotate, rotateFlip, setPageExportingAction, setPalettegetDefaultOptions, getHeightF, getSizeF, getWidthFcanLoad, canLoad, canLoad, canLoad, canSave, create, create, create, create, create, create, create, crop, getBackgroundColor, getBounds, getBufferSizeHint, getContainer, getExifData, getFileFormat, getFileFormat, getFileFormat, getFittingRectangle, getFittingRectangle, getInterruptMonitor, getIProgressEventHandler, getOriginalOptions, getPalette, getProgressEventHandlerInfo, getProportionalHeight, getProportionalWidth, getSerializedStream, getSize, getXmpData, hasBackgroundColor, isAutoAdjustPalette, isUsePalette, load, load, load, load, load, load, removeMetadata, resize, resizeHeightProportionally, resizeHeightProportionally, resizeHeightProportionally, resizeWidthProportionally, resizeWidthProportionally, resizeWidthProportionally, save, save, save, save, save, save, save, save, setAutoAdjustPalette, setBackgroundColor, setBackgroundColor, setBufferSizeHint, setExifData, setInterruptMonitor, setPalette, setXmpData, trySetMetadatagetDataStreamContainer, save, save, saveclose, dispose, getDisposedequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPages@Deprecated public Image getDefaultPage()
Retrieves the default page associated with the image, providing essential access to the primary page within the image collection. This property streamlines navigation and manipulation of image data, enhancing the efficiency of software development workflows.
getDefaultPage in class VectorMultipageImagepublic boolean isCached()
Obtains a boolean value indicating whether the data of the object is currently cached, thus eliminating the need for data reading. This property serves as an optimization indicator, enhancing performance by minimizing redundant data access operation.
isCached in class VectorMultipageImagecom.aspose.ms.System.NotImplementedException - The not implemented this method
Value:
true if object's data is cached; otherwise, false.public int getBitsPerPixel()
Retrieves the count of bits per pixel for the image. This property provides insight into the level of detail and color depth represented in the image, aiding in various image processing tasks and optimizations.
getBitsPerPixel in class VectorMultipageImagecom.aspose.ms.System.NotImplementedException - The not implemented this property
Value:
The image bits per pixel count.public int getPageCount()
Retrieves the total count of pages within the image. This property is essential for applications managing multipage images, enabling them to accurately determine the number of pages available for processing or display.
getPageCount in interface IMultipageImagepublic final OdMetadata getOdMetadata()
Retrieves metadata specific to OpenDocument files. This property allows access to essential information embedded within OD files, facilitating various operations such as extraction, modification, or analysis of metadata.
public final OdObject[] getRecords()
Retrieves the OpenDocument records stored within the image. This property grants access to specific structured data elements embedded within OpenDocument files, facilitating retrieval or manipulation of relevant information for further processing or analysis.
getRecords in interface com.aspose.internal.fileformats.opendocument.IOdImageCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.