Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 ConstructorRasterSaveDialog Constructor Creates an instance of the Save dialog class.  
Top

Public Properties

 NameDescription
Public PropertyAbcQualityFactor Gets or sets the predefined Abc QualityFactor to be used in saving file options.  
Public PropertyAutoProcess Gets 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 PropertyBitsPerPixel Gets 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 PropertyCmpQualityFactor Gets or sets the predefined QualityFactor to be used when saving LEAD CMP compressed files.  
Public PropertyDefaultExt Gets or sets the default file name extension.  
Public PropertyEnableSizing Gets or sets a value that indicates whether the dialog box supports sizing.  
Public PropertyFileFormatsList Gets or sets the list of file formats that will be supported in the dialog.  
Public PropertyFileJ2kOptions Gets or sets JPEG 2000 Options for saving JPEG and LEAD CMW images.  
Public PropertyFileJbig2Options Gets or sets JBIG2 Options for saving JBIG2 images.  
Public PropertyFileName Gets or sets a string containing the name of the file to be saved.  
Public PropertyFileSubTypeIndex Gets 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 PropertyFileTypeIndex Gets 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 PropertyFormat Gets or sets the format to be used when saving the raster image.  
Public PropertyImage Gets or sets the Raster Image to be saved.  
Public PropertyInitialDirectory Gets or sets the initial directory displayed by the file dialog box.  
Public PropertyInitialView Specifies the initial view for the Save dialog  
Public PropertyInterlaced Gets or sets a value that indicates whether the image is to be saved using the GIF format with interlace.  
Public PropertyMultiPage Gets or sets a value that indicates which kind of multipage operation to perform when saving the page.  
Public PropertyPageNumber Gets and sets the index of the page of the RasterImage to be saved.  
Public PropertyPasses Gets or sets the number of passes to make when saving progressive JPEG and LEAD CMP images.  
Public PropertyPdfProfile Gets or sets the PDF Profile setting to be used when saving PDF files.  
Public PropertyPromptOverwrite Gets or sets a value that indicates whether display a a warning if the user specifies a file name that already exists  
Public PropertyQualityFactor Gets or sets the QualityFactor to be used when saving the file.  
Public PropertyShowBitsPerPixel Enable or disable showing bits per pixel combo box in Save Dialog.  
Public PropertyShowFileOptionsBasicJ2kOptions Gets or sets a value that indicates whether to display the basic JPEG2000 options in the File Save Options dialog box.  
Public PropertyShowFileOptionsJ2kOptions Gets or sets a value that indicates whether to display the J2K Options button in the File Save Options dialog box.  
Public PropertyShowFileOptionsJbig2Options Gets or sets a value that indicates whether to display the basic JBIG2 options in the File Save Options dialog box.  
Public PropertyShowFileOptionsMultipage Gets or sets a value that indicates whether to display the Multipage Options drop-down list box in the File Save Options dialog box.  
Public PropertyShowFileOptionsProgressive Gets or sets a value that indicates whether to display the Progressive Options drop-down list box in the File Save Options dialog box.  
Public PropertyShowFileOptionsQualityFactor Gets or sets a value that indicates whether to display the QFactor Options in the File Save Options dialog box.  
Public PropertyShowFileOptionsStamp Gets or sets a value that indicates whether to display the Stamp Options in the File Save Options dialog box.  
Public PropertyShowFormatSubType Enable or disable showing formats sub type combo box in Save Dialog.  
Public PropertyShowHelp Gets or sets a value that indicates whether to display help button(s) in the Save dialog box as well as its sub-dialogs.  
Public PropertyShowOptions Determines whether the Save dialog box will display an Options button that displays the File Save Options dialog box when it is clicked.  
Public PropertyShowPdfProfiles Gets or sets a value that indicates whether to display the PDF Profiles in the File Save Options dialog box.  
Public PropertyShowQualityFactor Gets or sets a value that indicates whether to display the QualityFactor in the Save dialog box.  
Public PropertyStampBitsPerPixel Gets or sets the bit depth for the stamp image.  
Public PropertyStampHeight Gets or sets the height for the stamp image.  
Public PropertyStampWidth Gets or sets the width for the stamp image.  
Public PropertyTitle Gets or sets the dialog box title.  
Public PropertyWithStamp Gets or sets a value that indicates whether to save the image with a stamp.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Releases the resources used by the Save dialog.  
Public Methodstatic (Shared in Visual Basic)GetDialogString Gets a string for the specified Dialog String ID.  
Public Methodstatic (Shared in Visual Basic)SetDialogString Sets the new string for the specified Dialog String ID in order to change the dialog strings.  
Public MethodShowDialog Runs the Save dialog box.  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  This member overrides Finalize.  
Protected MethodOnHelp Raises the Help event.  
Top

Public Events

 NameDescription
Public EventHelp Occurs when the user clicks the Help button.  
Top

See Also