VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Print Namespace / ImagePrintDocument Class / UseImageAutoOrienation Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    UseImageAutoOrienation Свойство (ImagePrintDocument)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли документ для печати автоматически выбирать ориентацию изображения по соотношению сторон изображения и области печати (только в режиме BestFit).
    Синтаксис
    '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.
    Ремарки

    Это свойство действует только в режиме PrintScaleMode.BestFit.

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также