[]
Represents a reference to an image from a WidgetAnnotation via the Image or Image property.
public class PdfImageWidgetAnnotationReference
Gets the property name that references the image. I - WidgetAnnotation.ButtonAppearance.Image RI - WidgetAnnotation.ButtonAppearance.RolloverAppearance.Image IX - WidgetAnnotation.ButtonAppearance.DownAppearance.Image
public PdfName PropName { get; }
Gets the WidgetAnnotation that references the image.
public WidgetAnnotation WidgetAnnotation { get; }