VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.UI Namespace / PdfTextMarkupTool Class / CaretScaleY Property
Синтаксис Требования Смотрите также
В этом разделе
    CaretScaleY Свойство (PdfTextMarkupTool)
    В этом разделе
    Возвращает или задает масштабный коэффициент аннотации курсора по оси Y.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The scale factor of caret annotation at Y axis.")>
    <DefaultValueAttribute(0,6)>
    <CategoryAttribute("Appearance")>
    Public Property CaretScaleY As Single
    
    
    [Description("The scale factor of caret annotation at Y axis.")]
    [DefaultValue(0,6)]
    [Category("Appearance")]
    public float CaretScaleY { get; set; }
    
    
    [Description("The scale factor of caret annotation at Y axis.")]
    [DefaultValue(0,6)]
    [Category("Appearance")]
    public: __property float get_CaretScaleY();
    public: __property void set_CaretScaleY(
    float value
    );
    [Description("The scale factor of caret annotation at Y axis.")]
    [DefaultValue(0,6)]
    [Category("Appearance")]
    public:
    property float CaretScaleY { float get(); void set(float value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также