Specifies the format of the thumbnail image to be generated.
The property takes a value of type
ThumbnailImageFormat
The default value is ThumbnailImageFormat.JPEG.
Namespace:
FileNet.Api.Sweep
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property ImageFormat As ThumbnailImageFormat |
| C# |
|---|
ThumbnailImageFormat ImageFormat { get; set; } |
| Visual C++ |
|---|
property ThumbnailImageFormat ImageFormat { ThumbnailImageFormat get (); void set (ThumbnailImageFormat value); } |
| JavaScript |
|---|
function get_imageFormat(); function set_imageFormat(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: 0
PropertyMaximumInteger32: 2
PropertyMinimumInteger32: 0
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ