'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 - ориентация изображения выбирается автоматически по соотношению сторон изображения и области печати (только в режиме BestFit); false - ориентация изображения не изменяется.
Значение по умолчанию - false.
Значение по умолчанию - false.