Class TSaveSettings
Unit
idCore
Declaration
type TSaveSettings = class(TIDIObject)
Description
TSaveSettings
Hierarchy
Overview
Methods
Properties
 |
property OldFileName: WideString read FOldFileName write FOldFileName; |
 |
property PluginSettings: TDataMemoryStream read FPluginSettings write FPluginSettings; |
 |
property OutputFormat : WideString read FOutputFormat write FOutputFormat; |
 |
property JPGSaveQuality: Integer read FJPGSaveQuality write FJPGSaveQuality; |
 |
property JPGProgressive: Boolean read FJPGProgressive write FJPGProgressive; |
 |
property JPGKeepExif : Boolean read FJPGKeepExif write FJPGKeepExif; |
 |
property JPGKeepIPTC : Boolean read FJPGKeepIPTC write FJPGKeepIPTC; |
 |
property JPGFileSized : Boolean read FJPGFileSized write FJPGFileSized; |
 |
property JPGMaxFileSize: Cardinal read FJPGMaxFileSize write FJPGMaxFileSize; |
 |
property UseICM : Boolean read FUseICM write FUseICM; |
 |
property ICMSettings: TICSSettings read FICMSettings write FICMSettings; |
 |
property FileName: WideString read FFileName write SetFileName; |
 |
property AllowOverwrite: Boolean read FAllowOverwrite write FAllowOverwrite; |
 |
property TifCompression: TTiffCompression read FTifCompression write FTifCompression; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure BaseAssign(_Source: TObject; AssignClasses: Boolean); override; |
|
|
Properties
 |
property OldFileName: WideString read FOldFileName write FOldFileName; |
|
|
 |
property PluginSettings: TDataMemoryStream read FPluginSettings write FPluginSettings; |
|
|
 |
property OutputFormat : WideString read FOutputFormat write FOutputFormat; |
|
|
 |
property JPGSaveQuality: Integer read FJPGSaveQuality write FJPGSaveQuality; |
|
|
 |
property JPGProgressive: Boolean read FJPGProgressive write FJPGProgressive; |
|
|
 |
property JPGKeepExif : Boolean read FJPGKeepExif write FJPGKeepExif; |
|
|
 |
property JPGKeepIPTC : Boolean read FJPGKeepIPTC write FJPGKeepIPTC; |
|
|
 |
property JPGFileSized : Boolean read FJPGFileSized write FJPGFileSized; |
|
|
 |
property JPGMaxFileSize: Cardinal read FJPGMaxFileSize write FJPGMaxFileSize; |
|
|
 |
property UseICM : Boolean read FUseICM write FUseICM; |
|
|
 |
property ICMSettings: TICSSettings read FICMSettings write FICMSettings; |
|
|
 |
property FileName: WideString read FFileName write SetFileName; |
|
|
 |
property AllowOverwrite: Boolean read FAllowOverwrite write FAllowOverwrite; |
|
|
 |
property TifCompression: TTiffCompression read FTifCompression write FTifCompression; |
|
|
Generated by PasDoc 0.15.0.
|