VintaSoft Imaging .NET SDK 12.1: Documentation for .NET developer
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / PrintScaleMode Property
Syntax Requirements SeeAlso
In This Topic
    PrintScaleMode Property (ImagePrintDocument)
    In This Topic
    Gets or sets a value indicating how to scale bitmap.
    Syntax
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("Determines how to scale bitmap.")>
    Public Property PrintScaleMode As PrintScaleMode
    
    
    [Category("VintaSoft")]
    [Description("Determines how to scale bitmap.")]
    public PrintScaleMode PrintScaleMode { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("Determines how to scale bitmap.")]
    public: __property PrintScaleMode get_PrintScaleMode();
    public: __property void set_PrintScaleMode(
    PrintScaleMode value
    );
    [Category("VintaSoft")]
    [Description("Determines how to scale bitmap.")]
    public:
    property PrintScaleMode PrintScaleMode { PrintScaleMode get(); void set(PrintScaleMode value); }

    Property Value

    Default value is PrintScaleMode .None.
    Requirements

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

    See Also