VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / EncoderBase Class
Constructors Properties Methods SeeAlso
In This Topic
    EncoderBase Class Members
    In This Topic
    The following tables list the members exposed by EncoderBase.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the EncoderBase class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a format(s) in which annotations must be saved.
    Public PropertyGets a value indicating whether this encoder has been disposed of.
    Public PropertyGets a value indicating whether the encoder is a vector encoder.
    Public PropertyGets the name of the encoder.
    Public PropertyGets or sets a value indicating whether the image collection should be switched to the source after saving.
    Public PropertyGets the annotations format supported by the encoder.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    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.
    Public MethodOverloaded. Releases all resources used by the object.
    Public MethodEmulates image saving and returns information about saved image without saving the image.
    Public MethodOverloaded. Saves the image to the stream.
    Public MethodSets the encoder settings.
    Public MethodSets new encoder settings similar to the encoder settings with which image was encoded.
    Protected Methods
     NameDescription
    Protected Methodstatic (Shared in Visual Basic)Changes a source information of specified image.
    Protected Methodstatic (Shared in Visual Basic)Changes a source information of all images in specified image collection.
    Protected MethodCreates virtual metadata tree.
    Protected MethodAllows an EncoderBase to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
    Protected MethodReturns a page metadata tree which will be encoded with image.
    Protected MethodRaises the Saved event for saved image.
    Protected MethodLocks an image and raises the Saving event for saving image.
    Protected MethodRaises the SavingFinished event for saved image and unlocks the image.
    Protected MethodSaves single image to the stream.
    Protected MethodSaves changes in image metadata, image data is not changed.
    See Also