SnapImage Properties
Provides functionality to manipulate images in Snap documents.| Name | Description |
|---|---|
| Active | Indicates whether or not the SnapEntity is locked. Inherited from SnapEntity. |
| DataFieldName | Specifies the name of a data field that is assigned to the Snap field. Inherited from SnapSingleListItemEntity. |
| Document | Provides access to a SnapDocument, to which the SnapEntity belongs. Inherited from SnapEntity. |
| EmptyFieldDataAlias | Specifies the text to show in a document instead of a blank space if a Snap field receives an empty data source record. Inherited from SnapSingleListItemEntity. |
| EnableEmptyFieldDataAlias | Enables the application displaying a custom text instead of a blank space if a Snap field receives an empty data source record. Inherited from SnapSingleListItemEntity. |
| Field | Provides access to a Field associated with the SnapEntity. Inherited from SnapEntity. |
| Height | Specifies the image height. |
| ImageSizeMode | Specifies how the image is resized within the SnapImage‘s dimensions. |
| ScaleX | Specifies the image horizontal scale relative to the SnapImage size. |
| ScaleY | Specifies the image vertical scale relative to the SnapImage size. |
| ShowPlaceholder | Specifies whether or not to display the field’s placeholder if a Snap field receives an empty data source record. |
| Size | Specifies the image size. |
| SubDocument | Provides access to an object implementing the basic document functionality that is common for the header, footer and the main document body. Inherited from SnapEntity. |
| UpdateMode | Specifies whether to preserve the image box size or the original image proportions when the SnapImage is resized. |
| Width | Specifies the image width. |
See Also