05-15-2008, 16:32
|
gthimmes
Joined on 05-14-2008
Posts 5
|
How do I get available sub types for a RasterSaveDialogFileFormat?
|
 
 
|
|
|
I am using the FastTwainDemo to put together an application that imports from a twain device and saves into our document file structure. I need to make available to the users an options dialog similar to the RasterSaveDialog, but without the Save As file field because the users will not be able to pick a path in my application. So I have created my own options controls, but I am falling short on a couple areas. I can use this to get a list of available formats:
RasterSaveDialogFileFormatsList _rasterFormatList = new RasterSaveDialogFileFormatsList(RasterDialogFileFormatDataContent.Default);
But I need ot be able to get the sub types for each type so I can make them available for selection. How do I do this? Also, what is the allowed qfactor for each type? I can see how to get the BitsPerPixelList and the default.
I guess another option form me would be if there is a way to make the built in save dialog not show the file path.
Thanks for any help,
Glenn
|
|
|
|
|
Report
|
|
|
|