VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / MultipageEncoderBase Class
In This Topic
    MultipageEncoderBase Class Methods
    In This Topic
    For a list of all methods of this type, see MultipageEncoderBase.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance. (Inherited from EncoderBase)
    Public MethodCopies the state of the current encoder to the target encoder.
    Public MethodCreates new encoder settings similar to the settings with which the image was encoded. (Inherited from EncoderBase)
    Public MethodEmulates image saving and returns information about saved image without saving the image. (Inherited from EncoderBase)
    Public MethodOverloaded. Saves the image to the stream.
    Public MethodOverloaded. Saves the image collection to the stream.
    Public MethodSets the encoder settings. (Inherited from EncoderBase)
    Public MethodSets new encoder settings similar to the encoder settings with which image was encoded. (Inherited from EncoderBase)
    Protected Methods
     NameDescription
    Protected Methodstatic (Shared in Visual Basic)Changes a source information of specified image. (Inherited from EncoderBase)
    Protected Methodstatic (Shared in Visual Basic)Changes a source information of all images in specified image collection. (Inherited from EncoderBase)
    Protected MethodCreates virtual metadata tree. (Inherited from EncoderBase)
    Protected MethodOverloaded. Releases the unmanaged resources used by the and optionally releases the managed resources. (Inherited from EncoderBase)
    Protected MethodAllows an EncoderBase to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from EncoderBase)
    Protected MethodReturns a page metadata tree which will be encoded with image. (Inherited from EncoderBase)
    Protected MethodRaises the ImageSaved event.
    Protected MethodRaises the ImageSaving event.
    Protected MethodRaises the ImageSavingFinished event.
    Protected MethodRaises the ImagesSavingFinished event.
    Protected MethodRaises the ImagesSavingStarted event.
    Protected MethodRemoves bad images from image collection.
    Protected MethodSaves the image collection to the stream.
    Protected MethodSaves single image to the stream. (Inherited from EncoderBase)
    Protected MethodSaves changes in image metadata, image data is not changed. (Inherited from EncoderBase)
    See Also