VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.Print Namespace / WpfImagePrintManager Class / PrintScaleMode Property
Синтаксис Требования Смотрите также
В этом разделе
    PrintScaleMode Свойство (WpfImagePrintManager)
    В этом разделе
    Возвращает или задает значение, указывающее, как масштабировать изображения на страницах.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("A value indicating how to scale images on pages.")>
    <CategoryAttribute("VintaSoft")>
    Public Property PrintScaleMode As Vintasoft.Imaging.Print.PrintScaleMode
    
    
    [Description("A value indicating how to scale images on pages.")]
    [Category("VintaSoft")]
    public Vintasoft.Imaging.Print.PrintScaleMode PrintScaleMode { get; set; }
    
    
    [Description("A value indicating how to scale images on pages.")]
    [Category("VintaSoft")]
    public: __property Vintasoft.Imaging.Print.PrintScaleMode get_PrintScaleMode();
    public: __property void set_PrintScaleMode(
    Vintasoft.Imaging.Print.PrintScaleMode value
    );
    [Description("A value indicating how to scale images on pages.")]
    [Category("VintaSoft")]
    public:
    property Vintasoft.Imaging.Print.PrintScaleMode PrintScaleMode { Vintasoft.Imaging.Print.PrintScaleMode get(); void set(Vintasoft.Imaging.Print.PrintScaleMode value); }

    Property Value

    Значение по умолчанию - PrintScaleMode.Нет.
    Требования

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

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