ImageData
סקירה כללית
ImageData הוא שיעור ב Aspose.Words FOSS עבור Python. מורשת מ : BaseModel.
ImageData.source_filename holds the original filename of the image.
רכוש : content_type, crop_bottom, crop_left, crop_right, crop_top, image_bytes,ועוד אחד.
נכסים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
source_filename | str | קראו | מקבל את שם המקור. |
content_type | str | קראו | מקבל את סוג התוכן. |
image_bytes | bytes | קראו | מקבל את תמונת ביטים. |
crop_left | int | קראו | את הצמח ישאר. |
crop_top | int | קראו | מקבל את הקציר העליון. |
crop_right | int | קראו | תן את הצמח ישר. |
crop_bottom | int | קראו | מקבל את הקרקפת למטה. |