ImageGear PDF v25.1 - Updated July 30, 2021
ImGearARTImageRef Class
Members  Example 




ImageGear.Art Assembly > ImageGear.ART Namespace : ImGearARTImageRef Class
Represents legacy ART Image Reference mark.
Object Model
ImGearARTImageRef ClassImGearRectangle StructureImGearRectangle Structure
Syntax
'Declaration
 
Public Class ImGearARTImageRef 
   Inherits ImGearARTMark
 
'Usage
 
Dim instance As ImGearARTImageRef
Example
// Setup rectangle for the reference image mark's location.
ImGearRectangle igRectangle = new ImGearRectangle(10, 10, 100, 100);
// Create reference image mark using a file "PNGTEST.png".
ImGearARTImageRef igARTImageRef = new ImGearARTImageRef(
    igRectangle, "PNGTEST.png"
);
// Add the annotation to the ARTPage.
igARTPage.AddMark(igARTImageRef, ImGearARTCoordinatesType.IMAGE_COORD);
Inheritance Hierarchy

System.Object
   ImageGear.ART.ImGearARTSelection
      ImageGear.ART.ImGearARTMark
         ImageGear.ART.ImGearARTImageRef

See Also

Reference

ImGearARTImageRef Members
ImageGear.ART Namespace