'Declaration <CategoryAttribute("VintaSoft")> <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).")> Public Property UseImageAutoOrienation As Boolean
[Category("VintaSoft")] [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).")] public bool UseImageAutoOrienation { get; set; }
[Category("VintaSoft")] [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).")] public: __property bool get_UseImageAutoOrienation(); public: __property void set_UseImageAutoOrienation(
bool value
);
[Category("VintaSoft")] [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).")] 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.