VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotationIconFit Class / IconScaleMode Property
Syntax Requirements SeeAlso
In This Topic
    IconScaleMode Property (PdfAnnotationIconFit)
    In This Topic
    Gets or sets the icon scale mode - circumstances under which the icon should be scaled inside the annotation rectangle.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(AlwaysScale)>
    Public Property IconScaleMode As PdfAnnotationIconScaleMode
    
    
    [DefaultValue(AlwaysScale)]
    public PdfAnnotationIconScaleMode IconScaleMode { get; set; }
    
    
    [DefaultValue(AlwaysScale)]
    public: __property PdfAnnotationIconScaleMode get_IconScaleMode();
    public: __property void set_IconScaleMode(
    PdfAnnotationIconScaleMode value
    );
    [DefaultValue(AlwaysScale)]
    public:
    property PdfAnnotationIconScaleMode IconScaleMode { PdfAnnotationIconScaleMode get(); void set(PdfAnnotationIconScaleMode 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