Version

ImagePreferences Class Members

The following tables list the members exposed by ImagePreferences.

Public Constructors
 NameDescription
Public ConstructorImagePreferences ConstructorInitializes a new instance of the ImagePreferences class.  
Public Properties
 NameDescription
Public PropertyCompressorGets or sets the type of the compressor.  
Public PropertyConverterGets or sets the type of the converter.  
Public PropertyEmbedGets or sets a boolean value indicating whether to embed the image data.  
Public PropertyIsSealedGets whether the instance has already been sealed through the Seal method. (Inherited from Infragistics.Documents.Reports.SealableBase)
Public PropertyLocationGets or sets the location of the image file.  
Public Methods
 NameDescription
Public MethodSealMakes the instance immutable. Any attempts to modify properties or members will result in an exception. (Inherited from Infragistics.Documents.Reports.SealableBase)
See Also