How do you define the image quality settings without actually using a
dialog?
In the following example taken from the language reference, you use
the line:
mybool=exporter.RequestSettings
to extract export settings from a dialog.
Dim f as FolderItem
Dim exporter as QTGraphicsExporter
Dim mybool as Boolean
f=GetFolderItem("")
exporter=GetQTGraphicsExporter("JPEG")
mybool=exporter.RequestSettings
exporter.DesiredTargetDatasize=36
exporter.CompressionQuality=512
exporter.OutputFileType="JPEG"
exporter.OutputFileCreator="ogle"
mybool=exporter.SavePicture(f,lois)
It also talks about:
SettingsDescription
though it does not actually say how to use it or give a syntax for it.
Any suggestions?
/Claes Lundström_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>