public class OtgImage extends OdImage
The Otg image
Constructor and Description |
---|
OtgImage(StreamContainer streamContainer)
Initializes a new instance of the
OtgImage class. |
Modifier and Type | Method and Description |
---|---|
ImageOptionsBase |
getDefaultOptions(Object[] args)
Gets the default options.
|
long |
getFileFormat()
Gets a value of file format
|
PageExportingAction |
getPageExportingAction()
Gets the page exporting action.
|
Image[] |
getPages()
Gets the pages.
|
void |
setPageExportingAction(PageExportingAction value)
Sets the page exporting action.
|
getBitsPerPixel, getDefaultPage, getHeight, getMetadata, getPageCount, getRecords, getWidth, isCached, resize, resize, rotateFlip
cacheData, setPalette
getHeightF, getSizeF, getWidthF
canLoad, canLoad, canLoad, canLoad, canSave, create, getBackgroundColor, getBounds, getBufferSizeHint, getContainer, getFileFormat, getFileFormat, getFittingRectangle, getFittingRectangle, getInterruptMonitor, getOriginalOptions, getPalette, getProgressEventHandler, getProgressEventHandlerInfo, getProportionalHeight, getProportionalWidth, getSize, hasBackgroundColor, isAutoAdjustPalette, load, load, load, load, load, load, resize, resizeHeightProportionally, resizeHeightProportionally, resizeHeightProportionally, resizeWidthProportionally, resizeWidthProportionally, resizeWidthProportionally, save, save, save, save, save, save, save, setAutoAdjustPalette, setBackgroundColor, setBackgroundColor, setBufferSizeHint, setInterruptMonitor, setPalette
getDataStreamContainer, save, save, save, save
close, dispose, getDisposed
public OtgImage(StreamContainer streamContainer)
Initializes a new instance of the OtgImage
class.
streamContainer
- The stream.public long getFileFormat()
Gets a value of file format
getFileFormat
in class Image
public PageExportingAction getPageExportingAction()
Gets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved.
Value: The page exporting action.getPageExportingAction
in interface IMultipageImage
getPageExportingAction
in class VectorMultipageImage
public void setPageExportingAction(PageExportingAction value)
Sets the page exporting action. Please note that setting this method will automatically release page resources after it is executed. It will be executed just before each page is saved.
Value: The page exporting action.setPageExportingAction
in interface IMultipageImage
setPageExportingAction
in class VectorMultipageImage
value
- the page exporting action.public Image[] getPages()
Gets the pages.
Value: The pages.getPages
in interface IMultipageImage
getPages
in class VectorMultipageImage
public ImageOptionsBase getDefaultOptions(Object[] args)
Gets the default options.
getDefaultOptions
in class Image
args
- The arguments.