TdxFilePreviewImageBasedHandler.GetWidth Method
Returns the source image’s width.
Declaration
function GetWidth: Integer; virtual; abstract;
Returns
Type | Description |
---|---|
Integer | The source image width, in pixels. |
Remarks
You should override this function in a TdxFilePreviewImageBasedHandler class descendant to return the width of the source image.
See Also