LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RasterSaveDialog Class Members
See Also  Properties  Methods  Events
Leadtools.WinForms.CommonDialogs.File Namespace : RasterSaveDialog Class

The following tables list the members exposed by RasterSaveDialog.

Public Constructors

 NameDescription
public Constructor RasterSaveDialog ConstructorCreates an instance of the Save dialog class.  
Top

Public Properties

 NameDescription
public Property AbcQualityFactorGets or sets the predefined Abc QualityFactor to be used in saving file options.  
public Property AutoProcessGets or sets a value that indicates whether the Save dialog should save the image in Image with the options that the user selected in the dialog.  
public Property BitsPerPixelGets a value that indicates which bits per pixel to use. For a listing of the bits per pixel supported by each format, refer to the RasterDialogFileTypesIndex enumeration.  
public Property CmpQualityFactorGets or sets the predefined QualityFactor to be used when saving LEAD CMP compressed files.  
public Property DefaultExtGets or sets the default file name extension.  
public Property EnableSizingGets or sets a value that indicates whether the dialog box supports sizing.  
public Property FileFormatsListGets or sets the list of file formats that will be supported in the dialog.  
public Property FileJ2kOptionsGets or sets JPEG 2000 Options for saving JPEG and LEAD CMW images.  
public Property FileJbig2OptionsGets or sets JBIG2 Options for saving JBIG2 images.  
public Property FileNameGets or sets a string containing the name of the file to be saved.  
public Property FileSubTypeIndexGets or sets the sub-format index to be used when initializing the Save dialog, and to obtain the index for the user-selected sub-format.  
public Property FileTypeIndexGets or sets a RasterDialogFileTypesIndex value which indicates which format index is to be used when initializing the Save dialog, and to obtain the index for the user-selected format.  
public Property FormatGets or sets the format to be used when saving the raster image.  
public Property ImageGets or sets the Raster Image to be saved.  
public Property InitialDirectoryGets or sets the initial directory displayed by the file dialog box.  
public Property InitialViewSpecifies the initial view for the Save dialog  
public Property InterlacedGets or sets a value that indicates whether the image is to be saved using the GIF format with interlace.  
public Property MultiPageGets or sets a value that indicates which kind of multipage operation to perform when saving the page.  
public Property PageNumberGets and sets the index of the page of the Leadtools.RasterImage to be saved.  
public Property PassesGets or sets the number of passes to make when saving progressive JPEG and LEAD CMP images.  
public Property PdfProfileGets or sets the PDF Profile setting to be used when saving PDF files.  
public Property PromptOverwriteGets or sets a value that indicates whether display a a warning if the user specifies a file name that already exists  
public Property QualityFactorGets or sets the QualityFactor to be used when saving the file.  
public Property ShowBitsPerPixelEnable or disable showing bits per pixel combo box in Save Dialog.  
public Property ShowFileOptionsBasicJ2kOptionsGets or sets a value that indicates whether to display the basic JPEG2000 options in the File Save Options dialog box.  
public Property ShowFileOptionsJ2kOptionsGets or sets a value that indicates whether to display the J2K Options button in the File Save Options dialog box.  
public Property ShowFileOptionsJbig2OptionsGets or sets a value that indicates whether to display the basic JBIG2 options in the File Save Options dialog box.  
public Property ShowFileOptionsMultipageGets or sets a value that indicates whether to display the Multipage Options drop-down list box in the File Save Options dialog box.  
public Property ShowFileOptionsProgressiveGets or sets a value that indicates whether to display the Progressive Options drop-down list box in the File Save Options dialog box.  
public Property ShowFileOptionsQualityFactorGets or sets a value that indicates whether to display the QFactor Options in the File Save Options dialog box.  
public Property ShowFileOptionsStampGets or sets a value that indicates whether to display the Stamp Options in the File Save Options dialog box.  
public Property ShowFormatSubTypeEnable or disable showing formats sub type combo box in Save Dialog.  
public Property ShowHelpGets or sets a value that indicates whether to display help button(s) in the Save dialog box as well as its sub-dialogs.  
public Property ShowOptionsDetermines whether the Save dialog box will display an Options button that displays the File Save Options dialog box when it is clicked.  
public Property ShowPdfProfilesGets or sets a value that indicates whether to display the PDF Profiles in the File Save Options dialog box.  
public Property ShowQualityFactorGets or sets a value that indicates whether to display the QualityFactor in the Save dialog box.  
public Property StampBitsPerPixelGets or sets the bit depth for the stamp image.  
public Property StampHeightGets or sets the height for the stamp image.  
public Property StampWidthGets or sets the width for the stamp image.  
public Property TitleGets or sets the dialog box title.  
public Property WithStampGets or sets a value that indicates whether to save the image with a stamp.  
Top

Public Methods

 NameDescription
public Method DisposeOverloaded. Releases the resources used by the Save dialog.  
public Methodstatic (Shared in Visual Basic) GetDialogStringGets a string for the specified Dialog String ID.  
public Methodstatic (Shared in Visual Basic) SetDialogStringSets the new string for the specified Dialog String ID in order to change the dialog strings.  
public Method ShowDialogRuns the Save dialog box.  
Top

Protected Methods

 NameDescription
protected Method FinalizeThis member overrides Finalize.  
protected Method OnHelpRaises the Help event.  
Top

Public Events

 NameDescription
public Event HelpOccurs when the user clicks the Help button.  
Top

See Also