|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CiException in ClearImageJNI |
---|
Methods in ClearImageJNI that throw CiException | |
---|---|
void |
ICiBarcodes.Add(ICiBarcode pVal)
method Add. |
void |
ICiRepair.AdvancedBinarize(int targetDpi,
double reserved1,
double reserved2)
Advanced Binarize. |
void |
ICiTools.AndImage(ICiImage ImgSrc,
int left,
int top)
Logical AND with another image. |
void |
ICiImage.Append(java.lang.String FileName,
EFileFormat Format)
Append image to file. |
void |
ICiRepair.AutoCrop(int NewLeftMargin,
int NewTopMargin,
int NewRightMargin,
int NewBottomMargin)
Set image margins. |
double |
ICiRepair.AutoDeskew()
Automatically deskew image. |
void |
ICiRepair.AutoInvertImage(int Threshold)
Negative to Positive. |
void |
ICiRepair.AutoRegister(int NewLeftMargin,
int NewTopMargin)
Set top and left margins. |
EPageRotation |
ICiRepair.AutoRotate()
Automatically rotate image. |
void |
ICiRepair.BorderExtract(EBorderExtractFlags Flags,
EBorderExtractAlgorithm Algorithm)
Extract document image using borders. |
void |
ICiRepair.CleanNoise(int NoiseSize)
Remove noise objects. |
void |
ICiRepair.CleanNoiseExt(ECleanNoiseFlags Flags,
int maxNoiseSizeHorz,
int maxNoiseSizeVert,
int minObjectDistance,
int reserved0)
Remove noise objects (extended). |
void |
ICiImage.Clear()
Set all pixels to white. |
void |
ICiRepair.ClearBackground(double ThrLevel)
Set background to white. |
void |
ICiImage.Close()
Close image. |
void |
ICiAdvColor.ConvertToBitonal(int mode,
int Par0,
int par1,
int par2)
Convert image to bitonal. |
void |
ICiAdvColor.ConvertToGrayscale(int mode,
int Par0,
int par1,
int par2)
Convert image to grayscale. |
void |
ICiImage.Copy(ICiImage ImageFrom)
Copy image to another image. |
void |
ICiImage.CopyToClipboard()
Copy image to clipboard. |
int |
ICiTools.CountPixels()
Count image pixels. |
void |
ICiImage.Create(int Width,
int Height)
Create a Bitonal image. |
ICiAdvColor |
ICiServer.CreateAdvColor()
Create new CiAdvColor object. |
ICiBarcodeBasic |
ICiServer.CreateBarcodeBasic()
Create new CiBarcodeBasic object. |
ICiBarcodePro |
ICiServer.CreateBarcodePro()
Create new CiBarcodePro object. |
void |
ICiImage.CreateBpp(int Width,
int Height,
int BitsPerPixel)
Create an image (bpp = 1, 8, 24). |
ICiDataMatrix |
ICiServer.CreateDataMatrix()
Create new CiDataMatrix object. |
ICiImage |
ICiServer.CreateImage()
Create new CiImage object. |
ICiPdf417 |
ICiServer.CreatePdf417()
Create new CiPdf417 object. |
ICiQR |
ICiServer.CreateQR()
Create new CiQR object. |
ICiRect |
ICiServer.CreateRect(int left,
int top,
int right,
int bottom)
Create new CiRect object. |
ICiRepair |
ICiServer.CreateRepair()
Create new CiRepair object. |
ICiTools |
ICiServer.CreateTools()
Create new CiTools object. |
ICiImage |
ICiImage.CreateZone(int left,
int top,
int right,
int bottom)
Create new Zone within image. |
ICiImage |
ICiImage.CreateZoneRect(ICiRect Rect)
Create new Zone within image. |
void |
ICiImage.Crop(int left,
int top,
int right,
int bottom)
Crop rectangle. |
void |
ICiRepair.DeleteLines(ELineDirection Direction,
EBoolean bRepair)
Delete lines and reconnect intersected objects. |
void |
ICiImage.Dispose()
Dispose object |
void |
ICiBarcodePro.Dispose()
Dispose object |
ICiImage |
ICiImage.Duplicate()
Create a duplicate of this CiImage object. |
void |
ICiRect.Empty()
Set rectangle coordinates to zero. |
ICiImage |
ICiTools.ExtractObject(ICiObject Object)
Extract an object into new image. |
void |
ICiTools.Fatten(int Pixels,
EMorphDirections Direction)
Fatten image. |
void |
ICiRepair.FaxRemoveBlankLines()
Remove blank lines from faxed image. |
void |
ICiRepair.FaxRemoveHeader()
Remove header from faxed image. |
void |
ICiRepair.FaxStandardToFine()
Convert standard resolution fax image to fine resolution. |
int |
ICiQR.Find(int MaxBarcodes)
Find multiple barcodes. |
int |
ICiPdf417.Find(int MaxBarcodes)
Find multiple barcodes. |
int |
ICiDataMatrix.Find(int MaxBarcodes)
Find multiple barcodes. |
int |
ICiBarcodePro.Find(int MaxBarcodes)
Find multiple barcodes. |
int |
ICiBarcodeBasic.Find(int MaxBarcodes)
Find multiple barcodes. |
ICiBarcode |
ICiQR.FirstBarcode()
Find first barcode. |
ICiBarcode |
ICiPdf417.FirstBarcode()
Find first barcode. |
ICiBarcode |
ICiDataMatrix.FirstBarcode()
Find first barcode. |
ICiBarcode |
ICiBarcodePro.FirstBarcode()
Find first barcode. |
ICiBarcode |
ICiBarcodeBasic.FirstBarcode()
Find first barcode. |
ICiLine |
ICiTools.FirstLine()
Find first line. |
ICiObject |
ICiTools.FirstObject()
Find first object. |
void |
ICiImage.Flip()
Rotate image upside down. |
void |
ICiImage.FlipHorz()
Flip image around horizontal axis. |
void |
ICiImage.FlipVert()
Flip image around vertical axis. |
EBarcodeAlgorithm |
ICiQR.getAlgorithm()
Quality of barcode image. |
EBarcodeAlgorithm |
ICiPdf417.getAlgorithm()
Quality of barcode image. |
EBarcodeAlgorithm |
ICiDataMatrix.getAlgorithm()
Quality of barcode image. |
EBarcodeAlgorithm |
ICiBarcodePro.getAlgorithm()
Quality of barcode image. |
double |
ICiLine.getAngle()
Line angle. |
java.lang.String |
ICiPdf.getAuthor()
property Author. |
EBoolean |
ICiBarcodePro.getAutoDetect1D()
Automatically recognize 1-D barcode type. |
EBoolean |
ICiBarcodeBasic.getAutoDetect1D()
Automatically recognize barcode type. |
ICiBarcodes |
ICiQR.getBarcodes()
property Barcodes. |
ICiBarcodes |
ICiPdf417.getBarcodes()
property Barcodes. |
ICiBarcodes |
ICiDataMatrix.getBarcodes()
property Barcodes. |
ICiBarcodes |
ICiBarcodePro.getBarcodes()
Barcodes list. |
ICiBarcodes |
ICiBarcodeBasic.getBarcodes()
property Barcodes. |
int |
ICiImage.getBitsPerPixel()
Number of bits to store each pixel. |
int |
ICiRect.getBottom()
The y coordinate of the lower-right corner. |
int |
ICiBarcode.getConfidence()
Barcode recognition confidence. |
int |
ICiBarcodes.getCount()
|
java.lang.String |
ICiPdf.getCreationDate()
property CreationDate. |
java.lang.String |
ICiPdf.getCreator()
property Creator. |
int |
ICiTools.getCx2l(int i)
property cx2l. |
int |
ICiRepair.getCx2l(int i)
property cx2l. |
int |
ICiQR.getCx2l(int i)
property cx2l. |
int |
ICiPdf417.getCx2l(int i)
property cx2l. |
int |
ICiObject.getCx2l(int i)
property cx2l. |
int |
ICiImage.getCx2l(int i)
property cx2l. |
int |
ICiDataMatrix.getCx2l(int i)
property cx2l. |
int |
ICiBarcodePro.getCx2l(int i)
property cx2l. |
int |
ICiAdvColor.getCx2l(int i)
property cx2l. |
double |
ICiTools.getCx3d(int i)
property cx3d. |
double |
ICiRepair.getCx3d(int i)
property cx3d. |
double |
ICiObject.getCx3d(int i)
property cx3d. |
double |
ICiAdvColor.getCx3d(int i)
property cx3d. |
byte[] |
ICiBarcode.getData()
Barcode value as character array. |
FBarcodeDiag |
ICiQR.getDiagFlags()
Barcode diagnostic flags. |
FBarcodeDiag |
ICiPdf417.getDiagFlags()
Barcode diagnostic flags. |
FBarcodeDiag |
ICiDataMatrix.getDiagFlags()
Barcode diagnostic flags. |
FBarcodeDiag |
ICiBarcodePro.getDiagFlags()
Barcode diagnostic flags. |
ELineDirection |
ICiLine.getDirection()
Line direction. |
FBarcodeDirections |
ICiQR.getDirections()
Directions of barcodes to recognize. |
FBarcodeDirections |
ICiPdf417.getDirections()
Directions of barcodes to recognize. |
FBarcodeDirections |
ICiDataMatrix.getDirections()
Directions of barcodes to recognize. |
FBarcodeDirections |
ICiBarcodePro.getDirections()
Directions of barcodes to recognize. |
int |
ICiPdf.getDpiRasterBw()
DPI used to rasterize as BW. |
int |
ICiPdf.getDpiRasterGs()
DPI used to rasterize as GS. |
int |
ICiPdf.getDpiRasterRgb()
DPI used to rasterize as Color. |
EBarcodeEncoding |
ICiBarcode.getEncoding()
Barcode encoding. |
EBarcodeEncoding |
ICiQR.getEncodings()
Enable/disable barcode encoding analysis. |
EBarcodeEncoding |
ICiPdf417.getEncodings()
Enable/disable barcode encoding analysis. |
EBarcodeEncoding |
ICiDataMatrix.getEncodings()
Enable/disable barcode encoding analysis. |
EBarcodeEncoding |
ICiBarcodePro.getEncodings()
Enable/disable barcode encoding analysis. |
ICiPoint |
ICiLine.getEnd()
Line end coordinates. |
FBarcodeErrors |
ICiBarcode.getErrorFlags()
Barcode error flags. |
java.lang.String |
ICiImage.getFileName()
Image file name. |
EFileFormat |
ICiImage.getFormat()
Image file format. |
int |
ICiImage.getHeight()
Image height in pixels. |
int |
ICiImage.getHorzDpi()
Horizontal resolution in dots-per-inch. |
ICiServer |
CiServer.getICiServer()
Retrieve the interface to ClearImage root object "ICiServer". |
ICiImage |
ICiTools.getImage()
Image as CiImage object. |
ICiImage |
ICiRepair.getImage()
Image as CiImage object. |
ICiImage |
ICiQR.getImage()
Image as CiImage object. |
ICiImage |
ICiPdf417.getImage()
Image as CiImage object. |
ICiImage |
ICiDataMatrix.getImage()
Image as CiImage object. |
ICiImage |
ICiBarcodePro.getImage()
Image as CiImage object. |
ICiImage |
ICiBarcodeBasic.getImage()
Image as CiImage object. |
ICiImage |
ICiAdvColor.getImage()
Image as CiImage object. |
java.lang.String |
ICiServer.getInfo(EInfoType Type,
int nParam)
Server Information. |
java.lang.String |
ICiImage.getInfo(java.lang.String Type)
|
java.lang.String |
ICiBarcode.getInfo(java.lang.String Type)
Barcode quality. |
int |
ICiObject.getIntervals()
Intervals in object. |
EBoolean |
ICiBarcode.getIsBinary()
Barcode contains binary data. |
EBoolean |
ICiBarcode.getIsChecksumVerified()
Barcode contains verified checksum. |
EBoolean |
ICiRect.getIsEmpty()
Is rectangle has no area. |
EBoolean |
ICiImage.getIsModified()
Image was modified flag. |
EBoolean |
ICiImage.getIsValid()
Image is opened. |
EBoolean |
ICiImage.getIsZone()
Object represents a zone on another image. |
ICiBarcode |
ICiBarcodes.getItem(int n)
Barcode Item (1-based). |
int |
ICiImage.getJpegQuality()
Quality of Jpeg Compression 0-100. |
java.lang.String |
ICiPdf.getKeywords()
property Keywords. |
int |
ICiRect.getLeft()
The x coordinate of the upper-left corner. |
int |
ICiBarcode.getLength()
Barcode length in characters. |
int |
ICiImage.getLineBytes()
Image memory line width in bytes. |
double |
ICiPdf.getMinImageHeight()
Minimum height of embeded images. |
double |
ICiPdf.getMinImageWidth()
Minimum width of embeded images. |
java.lang.String |
ICiPdf.getModDate()
property ModDate. |
double |
ICiBarcode.getModuleSize()
Average width of barcode module. |
int |
ICiImage.getPageCount()
Number of pages in image file. |
int |
ICiImage.getPageNumber()
Image page number in image file. |
ICiImage |
ICiImage.getParent()
Object containing image memory of this object. |
EComprBitonal |
ICiImage.getPComprBitonal()
TIFF/PDF Compression to save Bitonal image. |
EComprColor |
ICiImage.getPComprColor()
TIFF/PDF Compression to save Color/GS image. |
ICiPdf |
ICiImage.getPdf()
property Pdf. |
int |
ICiObject.getPixels()
Pixels in object. |
ELineCurvature |
ICiTools.getPLineCurvature()
Maximum line curvature. |
ELineCurvature |
ICiRepair.getPLineCurvature()
Maximum line curvature. |
ELineDirection |
ICiTools.getPLineDirection()
Line direction(s). |
double |
ICiTools.getPMaxLineAngle()
Maximum angle of line. |
double |
ICiRepair.getPMaxLineAngle()
Maximum angle of line. |
int |
ICiTools.getPMaxLineGap()
Maximum gap inside line in pixels. |
int |
ICiRepair.getPMaxLineGap()
Maximum gap inside line in pixels. |
int |
ICiTools.getPMinLineLength()
Minimum length of line in pixels. |
int |
ICiRepair.getPMinLineLength()
Minimum length of line in pixels. |
java.lang.String |
ICiPdf.getProducer()
property Producer. |
int |
ICiTools.getPScaleBmpBrightness()
Brightness of image scaled down to Windows Bitmap. |
int |
ICiTools.getPScaleBmpContrast()
Contrast of image scaled down to Windows Bitmap. |
EScaleBmpType |
ICiTools.getPScaleBmpType()
Type of image-to-bitmap scale down. |
int |
ICiTools.getPScaleThreshold()
Threshold for ciScaleThreshold-type scaling. |
EScaleType |
ICiTools.getPScaleType()
Type of image to image scale down. |
EPdfRasterColorMode |
ICiPdf.getRasterColorMode()
Rasterize as BW, GS or Color. |
int |
ICiTools.getRConfidence()
Image rotation and skew confidence. |
EPdfReadMode |
ICiPdf.getReadMode()
Open embeded images or rasterized pages. |
ICiRect |
ICiObject.getRect()
Rectangle, encompassing object. |
ICiRect |
ICiLine.getRect()
Rectangle, encompassing line. |
ICiRect |
ICiBarcode.getRect()
Barcode rectangle. |
int |
ICiRect.getRight()
The x coordinate of the lower-right corner. |
EBarcodeRotation |
ICiBarcode.getRotation()
Barcode Rotation. |
ICiPoint |
ICiLine.getStart()
Line start coordinates. |
java.lang.String |
ICiPdf.getSubject()
property Subject. |
java.lang.String |
ICiBarcode.getText()
Barcode value as text. |
double |
ICiLine.getThickness()
Line thickness. |
java.lang.String |
ICiPdf.getTitle()
property Title. |
int |
ICiRect.getTop()
The y coordinate of the upper-left corner. |
FBarcodeType |
ICiBarcodePro.getType()
Barcode type(s) to recognize. |
FBarcodeType |
ICiBarcodeBasic.getType()
Barcode type(s) to recognize. |
EBarcodeType |
ICiBarcode.getType()
Barcode type (symbology). |
int |
ICiPdf.getUseMinImageColors()
Minimize color of embeded images. |
EBoolean |
ICiBarcodePro.getValidateOptChecksum()
Enable validation of optional checksum. |
EBoolean |
ICiBarcodeBasic.getValidateOptChecksum()
Enable validation of optional checksum. |
int |
ICiServer.getVerMajor()
Major version number. |
int |
ICiServer.getVerMinor()
Minor version number. |
int |
ICiServer.getVerRelease()
Release number. |
int |
ICiImage.getVertDpi()
Vertical resolution in dots-per-inch. |
int |
ICiImage.getWidth()
Image width in pixels. |
int |
ICiPoint.getX()
The horizontal coordinate for this point. |
int |
ICiPoint.getY()
The vertical coordinate for this point. |
ICiRect |
ICiImage.getZone()
Current zone coordinates. |
void |
ICiImage.Invert()
Invert image pixels. |
EBoolean |
ICiRepair.IsBlankImage(int reserved0,
double reserved1,
double reserved2)
Is image blank. |
void |
ICiImage.LoadFromMemory(byte[] data)
Load image data from byte array (ClearImage COM - compatible) |
void |
ICiImage.LoadFromMemoryEx(byte[] data)
Load image data from byte array (extended) |
short[] |
ICiTools.MeasureHorzHistogram()
Measure horizontal histogram. |
ICiRect |
ICiTools.MeasureMargins()
Measure image margins. |
EPageRotation |
ICiTools.MeasureRotation()
Measure image rotation. |
double |
ICiTools.MeasureSkew()
Measure image skew. |
short[] |
ICiTools.MeasureVertHistogram()
Measure vertical histogram. |
void |
ICiRepair.MinimizeBitsPerPixel(double reserved1,
double reserved2)
Minimize Bits per Pixel. |
ICiBarcode |
ICiQR.NextBarcode()
Find another barcode. |
ICiBarcode |
ICiPdf417.NextBarcode()
Find another barcode. |
ICiBarcode |
ICiDataMatrix.NextBarcode()
Find another barcode. |
ICiBarcode |
ICiBarcodePro.NextBarcode()
Find another barcode. |
ICiBarcode |
ICiBarcodeBasic.NextBarcode()
Find another barcode. |
ICiLine |
ICiTools.NextLine()
Find another line. |
ICiObject |
ICiTools.NextObject()
Find another object. |
void |
ICiImage.Open(java.lang.String FileName,
int PageNumber)
Create image from image file. |
void |
ICiImage.OpenFromBitmap(int hBitmap)
Create image from Windows Bitmap. |
void |
ICiImage.OpenFromClipboard()
Create image from Clipboard. |
void |
ICiTools.OrImage(ICiImage ImgSrc,
int left,
int top)
Logical OR with another image. |
void |
ICiTools.PasteImage(ICiImage ImgSrc,
int left,
int top)
Paste another image. |
void |
ICiRepair.ReconstructLines(ELineDirection Direction)
Find and straighten image lines. |
ICiBarcode |
ICiBarcodes.Remove(int n)
method Remove (1 -based) |
void |
ICiRepair.RemoveHalftone()
Remove halftone from image background. |
void |
ICiRepair.RemovePunchHoles()
Remove punch holes form image. |
void |
ICiRepair.Resize(EPageSize PageSize,
EPageOrientation PageOrientation,
EImageAlignment ImageAlignment,
double Width,
double Height,
ESizeUnit Unit)
Resize image to page. |
void |
ICiImage.RotateLeft()
Rotate image to the left. |
void |
ICiImage.RotateRight()
Rotate image to the right. |
void |
ICiImage.Save()
Save image into its image file. |
void |
ICiImage.SaveAs(java.lang.String FileName,
EFileFormat Format)
Save image in new file. |
int |
ICiImage.SaveToBitmap()
Copy image to new Windows Bitmap. |
int |
ICiImage.SaveToDIB()
Copy image to new Windows DIB. |
void |
ICiImage.SaveToFileBMP(java.lang.String FileName)
Save image in new BMP file. |
byte[] |
ICiImage.SaveToMemory()
Copy image data to byte array |
byte[] |
ICiImage.SaveToMemoryEx(int LineWidth)
Copy image data to byte array (extended) |
void |
ICiTools.ScaleImage(double ScaleX,
double ScaleY)
Scale image. |
int |
ICiTools.ScaleToDIB(double ScaleX,
double ScaleY)
Scale image to Windows DIB. |
void |
ICiAdvColor.ScaleToDpi(EScaleBmpType mode,
int Par0)
|
void |
ICiQR.setAlgorithm(EBarcodeAlgorithm arg)
Quality of barcode image. |
void |
ICiPdf417.setAlgorithm(EBarcodeAlgorithm arg)
Quality of barcode image. |
void |
ICiDataMatrix.setAlgorithm(EBarcodeAlgorithm arg)
Quality of barcode image. |
void |
ICiBarcodePro.setAlgorithm(EBarcodeAlgorithm arg)
Quality of barcode image. |
void |
ICiPdf.setAuthor(java.lang.String arg)
property Author. |
void |
ICiBarcodePro.setAutoDetect1D(EBoolean arg)
Automatically recognize 1-D barcode type. |
void |
ICiBarcodeBasic.setAutoDetect1D(EBoolean arg)
Automatically recognize barcode type. |
void |
ICiRect.setBottom(int arg)
The y coordinate of the lower-right corner. |
void |
ICiBarcode.setConfidence(int arg)
Barcode recognition confidence. |
void |
ICiPdf.setCreationDate(java.lang.String arg)
property CreationDate. |
void |
ICiPdf.setCreator(java.lang.String arg)
property Creator. |
void |
ICiTools.setCx2l(int i,
int arg)
property cx2l. |
void |
ICiRepair.setCx2l(int i,
int arg)
property cx2l. |
void |
ICiQR.setCx2l(int i,
int arg)
property cx2l. |
void |
ICiPdf417.setCx2l(int i,
int arg)
property cx2l. |
void |
ICiObject.setCx2l(int i,
int arg)
property cx2l. |
void |
ICiImage.setCx2l(int i,
int arg)
property cx2l. |
void |
ICiDataMatrix.setCx2l(int i,
int arg)
property cx2l. |
void |
ICiBarcodePro.setCx2l(int i,
int arg)
property cx2l. |
void |
ICiAdvColor.setCx2l(int i,
int arg)
property cx2l. |
void |
ICiTools.setCx3d(int i,
double arg)
property cx3d. |
void |
ICiRepair.setCx3d(int i,
double arg)
property cx3d. |
void |
ICiObject.setCx3d(int i,
double arg)
property cx3d. |
void |
ICiAdvColor.setCx3d(int i,
double arg)
property cx3d. |
void |
ICiBarcode.setData(byte[] arg)
Barcode value as character array. |
void |
ICiQR.setDiagFlags(FBarcodeDiag arg)
Barcode diagnostic flags. |
void |
ICiPdf417.setDiagFlags(FBarcodeDiag arg)
Barcode diagnostic flags. |
void |
ICiDataMatrix.setDiagFlags(FBarcodeDiag arg)
Barcode diagnostic flags. |
void |
ICiBarcodePro.setDiagFlags(FBarcodeDiag arg)
Barcode diagnostic flags. |
void |
ICiQR.setDirections(FBarcodeDirections arg)
Directions of barcodes to recognize. |
void |
ICiPdf417.setDirections(FBarcodeDirections arg)
Directions of barcodes to recognize. |
void |
ICiDataMatrix.setDirections(FBarcodeDirections arg)
Directions of barcodes to recognize. |
void |
ICiBarcodePro.setDirections(FBarcodeDirections arg)
Directions of barcodes to recognize. |
void |
ICiPdf.setDpiRasterBw(int arg)
DPI used to rasterize as BW. |
void |
ICiPdf.setDpiRasterGs(int arg)
DPI used to rasterize as GS. |
void |
ICiPdf.setDpiRasterRgb(int arg)
DPI used to rasterize as Color. |
void |
ICiBarcode.setEncoding(EBarcodeEncoding arg)
Barcode encoding. |
void |
ICiQR.setEncodings(EBarcodeEncoding arg)
Enable/disable barcode encoding analysis. |
void |
ICiPdf417.setEncodings(EBarcodeEncoding arg)
Enable/disable barcode encoding analysis. |
void |
ICiDataMatrix.setEncodings(EBarcodeEncoding arg)
Enable/disable barcode encoding analysis. |
void |
ICiBarcodePro.setEncodings(EBarcodeEncoding arg)
Enable/disable barcode encoding analysis. |
void |
ICiBarcode.setErrorFlags(FBarcodeErrors arg)
Barcode error flags. |
void |
ICiImage.setHorzDpi(int arg)
Horizontal resolution in dots-per-inch. |
void |
ICiTools.setImage(ICiImage arg)
Image as CiImage object. |
void |
ICiRepair.setImage(ICiImage arg)
Image as CiImage object. |
void |
ICiQR.setImage(ICiImage arg)
Image as CiImage object. |
void |
ICiPdf417.setImage(ICiImage arg)
Image as CiImage object. |
void |
ICiDataMatrix.setImage(ICiImage arg)
Image as CiImage object. |
void |
ICiBarcodePro.setImage(ICiImage arg)
Image as CiImage object. |
void |
ICiBarcodeBasic.setImage(ICiImage arg)
Image as CiImage object. |
void |
ICiAdvColor.setImage(ICiImage arg)
Image as CiImage object. |
void |
ICiImage.setInfo(java.lang.String Type,
java.lang.String arg)
|
void |
ICiBarcode.setInfo(java.lang.String Type,
java.lang.String arg)
|
void |
ICiBarcode.setIsBinary(EBoolean arg)
Barcode contains binary data. |
void |
ICiBarcode.setIsChecksumVerified(EBoolean arg)
Barcode contains verified checksum. |
void |
ICiImage.setJpegQuality(int arg)
Quality of Jpeg Compression 0-100. |
void |
ICiPdf.setKeywords(java.lang.String arg)
property Keywords. |
void |
ICiRect.setLeft(int arg)
The x coordinate of the upper-left corner. |
void |
ICiPdf.setMinImageHeight(double arg)
Minimum height of embeded images. |
void |
ICiPdf.setMinImageWidth(double arg)
Minimum width of embeded images. |
void |
ICiPdf.setModDate(java.lang.String arg)
property ModDate. |
void |
ICiBarcode.setModuleSize(double arg)
Average width of barcode module. |
void |
ICiImage.setPComprBitonal(EComprBitonal arg)
TIFF/PDF Compression to save Bitonal image. |
void |
ICiImage.setPComprColor(EComprColor arg)
TIFF/PDF Compression to save Color/GS image. |
void |
ICiTools.setPLineCurvature(ELineCurvature arg)
Maximum line curvature. |
void |
ICiRepair.setPLineCurvature(ELineCurvature arg)
Maximum line curvature. |
void |
ICiTools.setPLineDirection(ELineDirection arg)
Line direction(s). |
void |
ICiTools.setPMaxLineAngle(double arg)
Maximum angle of line. |
void |
ICiRepair.setPMaxLineAngle(double arg)
Maximum angle of line. |
void |
ICiTools.setPMaxLineGap(int arg)
Maximum gap inside line in pixels. |
void |
ICiRepair.setPMaxLineGap(int arg)
Maximum gap inside line in pixels. |
void |
ICiTools.setPMinLineLength(int arg)
Minimum length of line in pixels. |
void |
ICiRepair.setPMinLineLength(int arg)
Minimum length of line in pixels. |
void |
ICiPdf.setProducer(java.lang.String arg)
property Producer. |
void |
ICiTools.setPScaleBmpBrightness(int arg)
Brightness of image scaled down to Windows Bitmap. |
void |
ICiTools.setPScaleBmpContrast(int arg)
Contrast of image scaled down to Windows Bitmap. |
void |
ICiTools.setPScaleBmpType(EScaleBmpType arg)
Type of image-to-bitmap scale down. |
void |
ICiTools.setPScaleThreshold(int arg)
Threshold for ciScaleThreshold-type scaling. |
void |
ICiTools.setPScaleType(EScaleType arg)
Type of image to image scale down. |
void |
ICiPdf.setRasterColorMode(EPdfRasterColorMode arg)
Rasterize as BW, GS or Color. |
void |
ICiPdf.setReadMode(EPdfReadMode arg)
Open embeded images or rasterized pages. |
void |
ICiRect.setRight(int arg)
The x coordinate of the lower-right corner. |
void |
ICiBarcode.setRotation(EBarcodeRotation arg)
Barcode Rotation. |
void |
ICiPdf.setSubject(java.lang.String arg)
property Subject. |
void |
ICiBarcode.setText(java.lang.String arg)
Barcode value as text. |
void |
ICiPdf.setTitle(java.lang.String arg)
property Title. |
void |
ICiRect.setTop(int arg)
The y coordinate of the upper-left corner. |
void |
ICiBarcode.setType(EBarcodeType arg)
Barcode type (symbology). |
void |
ICiBarcodePro.setType(FBarcodeType arg)
Barcode type(s) to recognize. |
void |
ICiBarcodeBasic.setType(FBarcodeType arg)
Barcode type(s) to recognize. |
void |
ICiPdf.setUseMinImageColors(int arg)
Minimize color of embeded images. |
void |
ICiBarcodePro.setValidateOptChecksum(EBoolean arg)
Enable validation of optional checksum. |
void |
ICiBarcodeBasic.setValidateOptChecksum(EBoolean arg)
Enable validation of optional checksum. |
void |
ICiImage.setVertDpi(int arg)
Vertical resolution in dots-per-inch. |
void |
ICiPoint.setX(int arg)
The horizontal coordinate for this point. |
void |
ICiPoint.setY(int arg)
The vertical coordinate for this point. |
void |
ICiTools.Skew(double Angle)
Skew image. |
void |
ICiRepair.SmoothCharacters(ESmoothType Type)
Smoothen character edges. |
void |
ICiImage.ToBitonal()
method ToBitonal. |
void |
ICiImage.ToGrayscale()
method ToGrayscale. |
void |
ICiTools.Trim(int Pixels,
EMorphDirections Direction)
Trim image. |
void |
ICiTools.XorImage(ICiImage ImgSrc,
int left,
int top)
Logical XOR with another image. |
Constructors in ClearImageJNI that throw CiException | |
---|---|
CiServer()
Default COM object constructor |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |