VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationAppearanceCharacteristics Class / ButtonIconFit Property
Syntax Requirements SeeAlso
In This Topic
    ButtonIconFit Property (PdfAnnotationAppearanceCharacteristics)
    In This Topic
    Gets or sets an icon fit properties specifying how to display the widget annotation's icon within its annotation rectangle.
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    Public Property ButtonIconFit As PdfAnnotationIconFit
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public PdfAnnotationIconFit ButtonIconFit { get; set; }
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public: __property PdfAnnotationIconFit* get_ButtonIconFit();
    public: __property void set_ButtonIconFit(
    PdfAnnotationIconFit* value
    );
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    public:
    property PdfAnnotationIconFit^ ButtonIconFit { PdfAnnotationIconFit^ get(); void set(PdfAnnotationIconFit^ value); }
    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