VintaSoft Imaging .NET SDK 12.4: 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 image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("A value indicating how to scale image.")>
    <CategoryAttribute("VintaSoft")>
    Public Property PrintScaleMode As PrintScaleMode
    
    
    [Description("A value indicating how to scale image.")]
    [Category("VintaSoft")]
    public PrintScaleMode PrintScaleMode { get; set; }
    
    
    [Description("A value indicating how to scale image.")]
    [Category("VintaSoft")]
    public: __property PrintScaleMode get_PrintScaleMode();
    public: __property void set_PrintScaleMode(
    PrintScaleMode value
    );
    [Description("A value indicating how to scale image.")]
    [Category("VintaSoft")]
    public:
    property PrintScaleMode PrintScaleMode { PrintScaleMode get(); void set(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