←Select platform

Format Property

Summary

Gets or sets the image file format and compression.

Syntax

C#
VB
C++
[DataMemberAttribute(IsRequired=true)] 
public string Format { get; set; } 
  
Public Property Format As String 
public: 
property String^ Format { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String value representing the mime type of the image.

Remarks

Check the SupportedImageFormat for valid values.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly