For a list of all members of this type, see CodecsSaveImageEventArgs members.
Name | Description | |
---|---|---|
![]() | Buffer | Gets a pointer to the unmanaged buffer containing one or more lines of output image data that the you must provide. |
![]() | Cancel | Gets or sets a value which allows the user to abort the save process. |
![]() | FileName | Gets the name of the file currently being saved. |
![]() | Image | Gets the RasterImage object being saved. |
![]() | Length | Gets the number of bytes in the data in Buffer. |
![]() | Lines | Gets the number of lines to copy from Buffer. |
![]() | Offset | Gets the offset to the start of the image data. |
![]() | OffsetValid | Gets a value that determines whether the Offset property is valid. |
![]() | Page | Gets the page number currently being saved. |
![]() | PageCount | Gets the total number of pages being saved. |
![]() | Row | Gets the current image row number of the first line in Buffer. |
![]() | Stream | Gets the stream object currently being saved. |