[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.CaptionImageRelation

CaptionImageRelation Enum

Specifies the relative positions of text and image in an annotation.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public enum CaptionImageRelation
Public Enum CaptionImageRelation

Fields

Name Description
CaptionAboveIcon

Caption above the image.

CaptionAtLeft

Caption to the left of the image.

CaptionAtRight

Caption to the right of the image.

CaptionBelowIcon

Caption below the image.

CaptionOnly

No image; caption only.

CaptionOverlaid

Caption overlaid directly on the image.

ImageOnly

No caption; image only.