VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA2bConverter Class
Constructors Properties Methods Events SeeAlso
In This Topic
    PdfA2bConverter Class Members
    In This Topic
    The following tables list the members exposed by PdfA2bConverter.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this processing command can modify target object. (Inherited from CompoundProcessingCommand<TTarget>)
    Public PropertyGets or sets the default CMYK ICC profile, which is used as a profile in DefaultCMYK color space. (Inherited from PdfAConverter)
    Public PropertyGets or sets the filename of default CMYK ICC profile, which is used as a profile in DefaultCMYK color space. (Inherited from PdfAConverter)
    Public PropertyGets or sets the default RGB ICC profile, which is used as a profile in DefaultRGB color space. (Inherited from PdfAConverter)
    Public PropertyGets or sets the filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space. (Inherited from PdfAConverter)
    Public PropertyGets or sets the document cleanup command.
    Public PropertyGets the PDF/A-1b converter that is used for converting of embedded files to the PDF/A-1b standard.
    Public PropertyGets or sets the image compression that is used for converting of embedded files to the PDF/A-1b standard.
    Public PropertyGets or sets the image compression settings that is used for converting of embedded files to the PDF/A-1b standard.
    Public PropertyGets or sets the font programs controller, which should be used for font embedding in PDF document. (Inherited from PdfAConverter)
    Public PropertyGets or sets a value indicating whether the profile must handle the exception, which was thrown when trigger is activated. (Inherited from ProcessingProfile<TTarget>)
    Public PropertyGets a value indicating whether this processing command supports multithreading. (Inherited from CompoundProcessingCommand<TTarget>)
    Public PropertyGets or sets the compression for LZW compression fixup. (Inherited from PdfAConverter)
    Public PropertyGets or sets the compression settings of LZW compression fixup. (Inherited from PdfAConverter)
    Public PropertyGets the name of processing command. (Inherited from CompoundProcessingCommand<TTarget>)
    Public PropertyGets or sets the output filename. (Inherited from PdfAConverter)
    Public PropertyGets or sets the ICC profile (CMYK or RGB), which is used as the output intent dest profile. (Inherited from PdfAConverter)
    Public PropertyGets or sets the filename of ICC profile (CMYK or RGB), which is used as the output intent dest profile. (Inherited from PdfAConverter)
    Public PropertyGets or sets the output stream. (Inherited from PdfAConverter)
    Public PropertyGets or sets a value indicating whether converter must pack the embedding fonts. (Inherited from PdfAConverter)
    Public PropertyGets the format of PDF/A of this converter. (Inherited from PdfAConverter)
    Public PropertyGets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>)
    Protected Properties
     NameDescription
    Protected PropertyGets a list that contains nested processing commands. (Inherited from CompositeProcessingCommand<TTarget>)
    Protected PropertyGets a value indicating whether executor generates the progress. (Inherited from ProcessingCommandExecutor<TTarget>)
    Public Methods
     NameDescription
    Public MethodDetermines whether this processing command can be applied to the specified target. (Inherited from CompoundProcessingCommand<TTarget>)
    Public MethodOverloaded. Converts the specified target. (Inherited from ConversionProfile<TTarget>)
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates the retargeted composite command with specified target type. (Inherited from CompositeProcessingCommand<TTarget>)
    Public Methodstatic (Shared in Visual Basic)Creates a PDF document converter that allows to convert PDF document to the conformance with specified standard. (Inherited from PdfDocumentConverter)
    Public MethodOverloaded. Executes processing command on the specified target. (Inherited from ProcessingCommand<TTarget>)
    Public MethodReturns an enumerator that iterates through a collection of nested commands. (Inherited from CompoundProcessingCommand<TTarget>)
    Public MethodReturns a string representation of this object. (Inherited from ProcessingCommand<TTarget>)
    Protected Methods
     NameDescription
    Protected MethodCreates the composite processing result. (Inherited from CompositeProcessingCommand<TTarget>)
    Protected MethodCreates the processing tree for this converter.
    Protected MethodExecutes a sequence of processing commands. (Inherited from CompositeProcessingCommand<TTarget>)
    Protected MethodReturns the count of inner commands. (Inherited from CompositeProcessingCommand<TTarget>)
    Protected MethodReturns the processing commands, which must be executed on the specified conversion stage.
    Protected MethodReturns the processing commands that converts the embedded files of PDF document.
    Protected MethodReturns the processing commands that converts metadata of PDF document.
    Protected MethodReturns the weight sum of all progress steps.
    Protected MethodOverloaded. Called when processing is canceled. (Inherited from ProcessingCommandExecutor<TTarget>)
    Protected MethodRaises the Finished event. (Inherited from ProcessingCommandExecutor<TTarget>)
    Protected MethodOverloaded. Raises the event. (Inherited from ProcessingCommandExecutor<TTarget>)
    Public Events
     NameDescription
    Public EventOccurs when processing is canceled. (Inherited from ProcessingCommandExecutor<TTarget>)
    Public EventOccurs when processing is finished. (Inherited from ProcessingCommandExecutor<TTarget>)
    Public EventOccurs when processing is started. (Inherited from ProcessingCommandExecutor<TTarget>)
    See Also