VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfMrcEncoder Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfMrcEncoder Class Members
    In This Topic
    The following tables list the members exposed by PdfMrcEncoder.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the PdfMrcEncoder class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a format(s) in which annotations must be saved. (Inherited from PdfEncoder)
    Public Propertystatic (Shared in Visual Basic)Gets a value indicating whether the encoder can generate the annotation appearance in PDF document. (Inherited from PdfEncoder)
    Public PropertyGets a value indicating whether the encoder will change the encryption system of encoding document. (Inherited from PdfEncoder)
    Public PropertyGets or sets a value indicating whether the new file should be created. (Inherited from MultipageEncoderBase)
    Public PropertyGets or sets the format for encoding document. (Inherited from PdfEncoder)
    Public PropertyGets or sets a value indicating whether MRC compression applies only to raster images.
    Public PropertyGets a value indicating whether this encoder has been disposed of. (Inherited from EncoderBase)
    Public PropertyGets a value indicating whether the encoder is a vector encoder. (Inherited from PdfEncoder)
    Public PropertyGets or sets a MRC compression settings.
    Public PropertyGets the name of the encoder. (Inherited from PdfEncoder)
    Public PropertyGets or sets a value indicating whether the image collection should be switched to the source after saving. (Inherited from EncoderBase)
    Public PropertyGets or sets settings for encoding of PDF document. (Inherited from PdfEncoder)
    Public PropertyGets the annotations format supported by the encoder. (Inherited from PdfEncoder)
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance. (Inherited from PdfEncoder)
    Public MethodCopies the state of the current encoder to the target encoder. (Inherited from PdfEncoder)
    Public MethodCreates new encoder settings similar to the settings with which the image was encoded. (Inherited from PdfEncoder)
    Public MethodEncodes an image using the current encoder settings. (Inherited from PdfEncoder)
    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. (Inherited from MultipageEncoderBase)
    Public MethodOverloaded. Saves the image collection to the stream. (Inherited from MultipageEncoderBase)
    Public MethodSets the encryption system for next encoding task. (Inherited from PdfEncoder)
    Public MethodSets the encoder settings. (Inherited from PdfEncoder)
    Public MethodSets new encoder settings similar to the encoder settings with which image was encoded. (Inherited from PdfEncoder)
    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 MethodConverts a PDF document using the specified converter. (Inherited from PdfEncoder)
    Protected MethodCreates virtual metadata tree. (Inherited from PdfEncoder)
    Protected MethodCreates the PDF document structured tree. (Inherited from PdfEncoder)
    Protected MethodCreates the PDF structure element for specified image. (Inherited from PdfEncoder)
    Protected MethodOverloaded. Releases the unmanaged resources used by the and optionally releases the managed resources. (Inherited from EncoderBase)
    Protected MethodEncodes an image using the current encoder settings and draws image on specified PdfGraphics.
    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 tile grid for specified image. (Inherited from PdfEncoder)
    Protected MethodReturns a page metadata tree which will be encoded with image. (Inherited from EncoderBase)
    Protected MethodDetermines which action (encode or copy) must be made for adding the page to a PDF document.
    Protected MethodRaises the ImageSaved event. (Inherited from MultipageEncoderBase)
    Protected MethodRaises the ImageSaving event. (Inherited from MultipageEncoderBase)
    Protected MethodRaises the ImageSavingFinished event. (Inherited from MultipageEncoderBase)
    Protected MethodRaises the ImagesSavingFinished event. (Inherited from MultipageEncoderBase)
    Protected MethodRaises the ImagesSavingStarted event. (Inherited from MultipageEncoderBase)
    Protected MethodRemoves bad images from image collection. (Inherited from MultipageEncoderBase)
    Protected MethodSaves the image collection as a PDF document to the stream. (Inherited from PdfEncoder)
    Protected MethodSaves single image to the stream. (Inherited from EncoderBase)
    Protected MethodSaves changes in image metadata, image data is not changed. (Inherited from EncoderBase)
    Protected MethodSets properties of the PDF structure element. (Inherited from PdfEncoder)
    Public Events
     NameDescription
    Public EventOccurs when the image is saved. (Inherited from MultipageEncoderBase)
    Public EventOccurs when the image is saving. (Inherited from MultipageEncoderBase)
    Public EventOccurs when the image saving is finished. (Inherited from MultipageEncoderBase)
    Public EventOccurs when the images saving is finished. (Inherited from MultipageEncoderBase)
    Public EventOccurs when the images saving is started. (Inherited from MultipageEncoderBase)
    See Also