﻿# ImageFragment
Represents Image Fragment DTO.

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**image_file** | **string** | Gets or sets full storage path of image. | 
**fix_width** | **double** | Gets or sets fix width of the image. | [optional]
**fix_height** | **double** | Gets or sets fix height of the image. | [optional]
**horizontal_alignment** | [**\Aspose\PDF\Model\HorizontalAlignment**](HorizontalAlignment.md) | Gets or sets horizontal alignment of the image. | [optional]
**vertical_alignment** | [**\Aspose\PDF\Model\VerticalAlignment**](VerticalAlignment.md) | Gets or sets vertical alignment of the image. | [optional]
**image_scale** | **double** | Gets or sets ImageScale of the image. | [optional]
**margin** | [**\Aspose\PDF\Model\MarginInfo**](MarginInfo.md) | Gets or sets Margin of the image. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) [[View Source]](../src/Aspose/PDF/Model/ImageFragment.php)

