Optional
data: LfRepositoryClientV2.IExportEntryRequestImageOptionsOptional
convertIndicates if the annotations on the image need to be converted to PDF annotations when exporting to PDF format. The default value is true. This option is only applicable when exporting to PDF format and IncludeAnnotations is true.
Optional
formatThe image format to export as. Options include: MultiPageTIFF, SinglePageTIFF, PNG, PDF and JPEG. The default value is MultiPageTIFF. MultiPageTIFF format is a single multi-page TIFF file. SinglePageTIFF format is multiple single-page TIFF files (in a single zip file).
Optional
includeIndicates if the annotations need to be included. The default value is true.
Optional
includeIndicates if redactions are included. The default value is true.
Optional
jPEGCompressionThe quality level for JPEG compression when exporting images. The value must be between 0 and 100 (inclusive). The default value is 70.
Optional
pageThe page prefix of the individual files, when exporting to multi-file format (e.g.zip). The value must have a length of at most 10 characters and only valid characters that can be included in file names are allowed. The default value is ", Page ".
Optional
watermarkThe watermark element added to each image. No watermark will be added by default.
Static
fromJS
Represents the options when exporting the image part of an entry.