VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAConverter Class
In This Topic
PdfAConverter Class Properties
In This Topic
For a list of all properties of this type, see PdfAConverter.
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.
Public PropertyGets or sets the filename of default CMYK ICC profile, which is used as a profile in DefaultCMYK color space.
Public PropertyGets or sets the default RGB ICC profile, which is used as a profile in DefaultRGB color space.
Public PropertyGets or sets the filename of default RGB ICC profile, which is used as a profile in DefaultRGB color space.
Public PropertyGets or sets the font programs controller, which should be used for font embedding in PDF document.
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.
Public PropertyGets or sets the compression settings of LZW compression fixup.
Public PropertyGets the name of processing command. (Inherited from CompoundProcessingCommand<TTarget>)
Public PropertyGets or sets the output filename.
Public PropertyGets or sets the ICC profile (CMYK or RGB), which is used as the output intent dest profile.
Public PropertyGets or sets the filename of ICC profile (CMYK or RGB), which is used as the output intent dest profile.
Public PropertyGets or sets the output stream.
Public PropertyGets or sets a value indicating whether converter must pack the embedding fonts.
Public PropertyGets the format of PDF/A of this converter.
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>)
See Also