VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.Print Namespace / WpfImagePrintManager Class / PreviewZoom Property
Синтаксис Требования Смотрите также
В этом разделе
    PreviewZoom Свойство (WpfImagePrintManager)
    В этом разделе
    Возвращает или устанавливает масштаб предварительного просмотра в этом WpfImagePrintManager.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("Zoom of the preview.")>
    Public Property PreviewZoom As Double
    
    
    [Category("VintaSoft")]
    [Description("Zoom of the preview.")]
    public double PreviewZoom { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("Zoom of the preview.")]
    public: __property double get_PreviewZoom();
    public: __property void set_PreviewZoom(
    double value
    );
    [Category("VintaSoft")]
    [Description("Zoom of the preview.")]
    public:
    property double PreviewZoom { double get(); void set(double value); }

    Property Value

    Возможное значение - любое положительное значение. Значение по умолчанию - 0,3.
    Требования

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

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