'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the print document must select the image orientation automatically by aspect ratio of image and printable area (only in BestFit mode).")> <CategoryAttribute("VintaSoft")> Public Property UseImageAutoOrienation As Boolean
[DefaultValue(False)] [Description("A value indicating whether the print document must select the image orientation automatically by aspect ratio of image and printable area (only in BestFit mode).")] [Category("VintaSoft")] public bool UseImageAutoOrienation { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the print document must select the image orientation automatically by aspect ratio of image and printable area (only in BestFit mode).")] [Category("VintaSoft")] public: __property bool get_UseImageAutoOrienation(); public: __property void set_UseImageAutoOrienation(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the print document must select the image orientation automatically by aspect ratio of image and printable area (only in BestFit mode).")] [Category("VintaSoft")] public:
property bool UseImageAutoOrienation { bool get(); void set(bool value); }
Property Value
True - image orientation is selected automatically by aspect ratio of image and printable area (only in BestFit mode); false - image orientation is not changed.
Default value is false.
Default value is false.