VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA4eConverter Class
In This Topic
PdfA4eConverter Class Methods
In This Topic
For a list of all methods of this type, see PdfA4eConverter.
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. (Inherited from PdfA4Converter)
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. (Inherited from PdfA4Converter)
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>)
See Also