[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.PdfImageWidgetAnnotationReference

Class PdfImageWidgetAnnotationReference

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents a reference to an image from a WidgetAnnotation via the Image or Image property.

public class PdfImageWidgetAnnotationReference
Inheritance
object
PdfImageWidgetAnnotationReference
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

PropName

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; }

Property Value

PdfName

WidgetAnnotation

Gets the WidgetAnnotation that references the image.

public WidgetAnnotation WidgetAnnotation { get; }

Property Value

WidgetAnnotation