Class ImageExportersRegistry

Class ImageExportersRegistry

Tên không gian: Aspose.Imaging Tổng hợp: Aspose.Imaging.dll (25.4.0)

Nó đại diện cho danh sách xuất khẩu hình ảnh.

public static class ImageExportersRegistry

Inheritance

object ImageExportersRegistry

Thành viên thừa kế

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

RegisteredExporterDescriptors

Nhận các mô tả xuất khẩu đã đăng ký.

public static IImageExporterDescriptor[] RegisteredExporterDescriptors { get; }

Giá trị bất động sản

IImageExporterDescriptor [ ]

RegisteredFormats

Nhận các định dạng xuất khẩu đã đăng ký.

public static FileFormat RegisteredFormats { get; }

Giá trị bất động sản

FileFormat

Methods

CreateFirstSupportedExporter(Hình ảnh, ImageOptionsBase)

Tạo nhà xuất khẩu đầu tiên được tìm thấy phù hợp với các tùy chọn tiết kiệm và hình ảnh được chỉ định.

public static IImageExporter CreateFirstSupportedExporter(Image image, ImageOptionsBase options)

Parameters

image Image

Hình ảnh để xuất khẩu

options ImageOptionsBase

Các tùy chọn tiết kiệm để sử dụng cho xuất khẩu.

Returns

IImageExporter

Nhà xuất khẩu hỗ trợ hình ảnh được chỉ định và lưu các tùy chọn hoặc không nếu không có nhà xuất khẩu như vậy được tìm thấy.

Remarks

Người xuất khẩu đầu tiên sẽ thực sự là người đăng ký cuối cùng.

GetFirstSupportedDescriptor(Hình ảnh, ImageOptionsBase)

Nhận các mô tả được hỗ trợ được tìm thấy phù hợp với các tùy chọn lưu và hình ảnh được chỉ định.

public static IImageExporterDescriptor GetFirstSupportedDescriptor(Image image, ImageOptionsBase options)

Parameters

image Image

Hình ảnh để xuất khẩu

options ImageOptionsBase

Các tùy chọn.

Returns

IImageExporterDescriptor

Mô tả xuất khẩu hỗ trợ hình ảnh cụ thể và lưu các tùy chọn hoặc không nếu không có mô tả như vậy được tìm thấy.

Remarks

Người mô tả xuất khẩu đầu tiên sẽ thực sự là người đăng ký cuối cùng.

Register(Tác giảExporterDescriptor)

Đăng ký mô tả xuất khẩu hình ảnh cụ thể.

public static void Register(IImageExporterDescriptor imageExporterDescriptor)

Parameters

imageExporterDescriptor IImageExporterDescriptor

Mô tả hình ảnh xuất khẩu.

RegisterExporter(Tác giảExporterDescriptor)

Đăng ký nhà xuất khẩu

public static void RegisterExporter(IImageExporterDescriptor exporterDescriptor)

Parameters

exporterDescriptor IImageExporterDescriptor

Mô tả xuất khẩu để đăng ký.

UnregisterExporter(Tác giảExporterDescriptor)

Không đăng ký nhà xuất khẩu

public static void UnregisterExporter(IImageExporterDescriptor exporterDescriptor)

Parameters

exporterDescriptor IImageExporterDescriptor

Mô tả xuất khẩu để không đăng ký.

 Tiếng Việt