Image.saveType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
saveType() |
Gets or sets the image decoder. |
saveType(ImageSaveType) |
saveType()
Gets or sets the image decoder.
public:
virtual Dynamics::AX::Application::ImageSaveType saveType();
public virtual Dynamics.AX.Application.ImageSaveType saveType ();
abstract member saveType : unit -> Dynamics.AX.Application.ImageSaveType
override this.saveType : unit -> Dynamics.AX.Application.ImageSaveType
Public Overridable Function saveType () As ImageSaveType
Returns
Remarks
The possible values for the Type parameter are those available in the ImageSaveType system enum:
0 | Use_Extension |
1 | BMP |
2 | GIF |
3 | JPG |
4 | PNG |
5 | TIFF |
6 | BMP_UNCOMP |
7 | TIF_UNCOMP |
Applies to
saveType(ImageSaveType)
public:
virtual Dynamics::AX::Application::ImageSaveType saveType(Dynamics::AX::Application::ImageSaveType _Type);
public virtual Dynamics.AX.Application.ImageSaveType saveType (Dynamics.AX.Application.ImageSaveType _Type);
abstract member saveType : Dynamics.AX.Application.ImageSaveType -> Dynamics.AX.Application.ImageSaveType
override this.saveType : Dynamics.AX.Application.ImageSaveType -> Dynamics.AX.Application.ImageSaveType
Public Overridable Function saveType (_Type As ImageSaveType) As ImageSaveType
Parameters
- _Type
- ImageSaveType
The type of decoder that you want to set; optional.