LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsSaveImageEventArgs Class Properties
See Also 
Leadtools.Codecs Namespace : CodecsSaveImageEventArgs Class


"

For a list of all members of this type, see CodecsSaveImageEventArgs members.

"

Public Properties

 NameDescription
public Property BufferGets the memory buffer containing one or more lines of output image data that the you must provide.  
public Property CancelGets or sets a value which allows the user to abort the save process.  
public Property FileNameGets the name of the file currently being saved.  
public Property FirstPageGets the index of the first page being saved.  
public Property ImageGets the Leadtools.RasterImage object being saved.  
public Property ImagePageGets the index of the RasterImage.Page currently being saved.  
public Property LastPageGets the index of the last page being saved.  
public Property LinesGets the number of lines to copy from Buffer.  
public Property OffsetGets the offset to the start of the image data.  
public Property OffsetValidGets a value that determines whether the Offset property is valid.  
public Property PageGets the page number currently being saved.  
public Property PagePercentGets the save completion percentage of the current page.  
public Property RowGets the current image row number of the first line in Buffer.  
public Property StreamGets the stream object currently being saved.  
public Property TotalPercentGets the overall completion percentage for the save soperation.  
Top

See Also