VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.Print Namespace / WpfImagePrintManager Class / PrintScaleMode Property
Syntax Requirements SeeAlso
In This Topic
    PrintScaleMode Property (WpfImagePrintManager)
    In This Topic
    Gets or sets a value indicating how to scale images on pages.
    Syntax
    '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

    Default value is PrintScaleMode.None.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also