VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceCharacteristics Class / ButtonCaptionIconRelation Property
Syntax Remarks Requirements SeeAlso
In This Topic
    ButtonCaptionIconRelation Property (PdfAnnotationAppearanceCharacteristics)
    In This Topic
    Gets or sets the value indicating where to position the text of the widget annotation's caption relative to its icon.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(NoIcon)>
    Public Property ButtonCaptionIconRelation As PdfAnnotationCaptionIconRelation
    
    
    [DefaultValue(NoIcon)]
    public PdfAnnotationCaptionIconRelation ButtonCaptionIconRelation { get; set; }
    
    
    [DefaultValue(NoIcon)]
    public: __property PdfAnnotationCaptionIconRelation get_ButtonCaptionIconRelation();
    public: __property void set_ButtonCaptionIconRelation(
    PdfAnnotationCaptionIconRelation value
    );

    Property Value

    Default value is PdfAnnotationCaptionIconRelation.NoIcon.
    Remarks

    For push button fields only.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also