'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.