ImageGearJava Project > com.accusoft.imagegear.art Package : ImGearARTEncryption Class |
The following tables list the members exposed by ImGearARTEncryption.
Name | Description | |
---|---|---|
ImGearARTEncryption Constructor | Initializes a new instance of the ImGearARTEncryption class object. |
Name | Description | |
---|---|---|
clone | Creates new object that is an exact copy of the current mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark) | |
decrypt | This method decrypts the raster page that was encrypted previously.
encrypt ()} | |
encrypt | This method encrypts specified raster page in the document. | |
fromLegacyMark | Converts legacy ART2.0 mark into the appropriate ART 3.0 mark. (Inherited from com.accusoft.imagegear.art.ImGearARTMark) | |
getBounds | Gets mark's bounding rectangle in abstract coordinates.
Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. | |
getHeight | Gets the height of the encryption.
| |
getHitTestBounds | Gets the mark's boundling rectangle used for hit test.
This rectangle adds a callout point to the mark's bounding rectangle. Type of the mark's coordinate system is specifying when using ImGearARTPage.addMark method. com.accusoft.imagegear.core.shapes.ImGearRectangle (Inherited from com.accusoft.imagegear.art.ImGearARTMark) | |
getPassword | Gets the encryption password.
| |
getStatistics | Gets an object representing specific statistics information about the mark.
| |
getType | Gets mark's type.
| |
getWidth | Gets the width of the encryption.
| |
getX | Gets the X coordinate of the top-left point of the encryption mark.
| |
getY | Sets the Y coordinate of the top-left point of the encryption mark.
| |
isApplied | Gets a value indicating whether the encryption is applied or not.
If | |
isVisible | Gets a value indicating whether the mark is visible or not.
| |
move | Moves the mark by specified offset. | |
setHeight | Sets the height of the encryption.
| |
setPassword | Sets the encryption password.
| |
setVisible | Sets a value indicating whether the mark is visible or not.
| |
setWidth | Sets the width of the encryption.
| |
setX | Sets the X coordinate of the top-left point of the encryption mark.
| |
setY | Sets the Y coordinate of the top-left point of the encryption mark.
|