[]
        
(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
PdfImageWidgetAnnotationReference
Inherited Members

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