طريقة to_image

to_image(file_name, options)

يحول خط مؤشر إلى صورة.

def to_image(self, file_name, options):
    ...
معامليكتبوصف
file_namestrاسم ملف الصورة.
optionsaspose.cells.rendering.ImageOrPrintOptionsخيارات الصورة

to_image(stream, options)

يحول خط مؤشر إلى صورة.

def to_image(self, stream, options):
    ...
معامليكتبوصف
streamio.RawIOBaseتيار الصورة.
optionsaspose.cells.rendering.ImageOrPrintOptionsخيارات الصورة.

أنظر أيضا