Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsSaveImageEventArgs Class Members
See Also  Properties 
Leadtools.Codecs Namespace : CodecsSaveImageEventArgs Class


The following tables list the members exposed by CodecsSaveImageEventArgs.

Public Properties

 NameDescription
Public PropertyBuffer Gets a pointer to the unmanaged buffer containing one or more lines of output image data that the you must provide.  
Public PropertyCancel Gets or sets a value which allows the user to abort the save process.  
Public PropertyFileName Gets the name of the file currently being saved.  
Public PropertyImage Gets the RasterImage object being saved.  
Public PropertyLength Gets the number of bytes in the data in Buffer.  
Public PropertyLines Gets the number of lines to copy from Buffer.  
Public PropertyOffset Gets the offset to the start of the image data.  
Public PropertyOffsetValid Gets a value that determines whether the Offset property is valid.  
Public PropertyPage Gets the page number currently being saved.  
Public PropertyPageCount Gets the total number of pages being saved.  
Public PropertyRow Gets the current image row number of the first line in Buffer.  
Public PropertyStream Gets the stream object currently being saved.  
Top

See Also