VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfDocumentCompressorCommand Class
In This Topic
PdfDocumentCompressorCommand Class Properties
In This Topic
For a list of all properties of this type, see PdfDocumentCompressorCommand.
Public Properties
 NameDescription
Public PropertyGets or sets image compression for bitonal images.
Public PropertyGets or sets the minimum resolution for bitonal image when image must be compressed.
Public PropertyGets or sets compression resolution for bitonal images.
Public PropertyGets or sets compression settings for bitonal images.
Public PropertyGets a value indicating whether this processing command can modify target object. (Inherited from CompoundProcessingCommand<TTarget>)
Public PropertyGets or sets a value indicating whether the command must cleanup content streams.
Public PropertyGets or sets the maximum allowable inaccuracy, as distance in RGB888 color space, when comparing two colors.
Public PropertyGets or sets image compression for color images.
Public PropertyGets or sets the minimum resolution for color image when image must be compressed.
Public PropertyGets or sets compression resolution for color images.
Public PropertyGets or sets compression settings for color images.
Public PropertyGets or sets a value indicating whether the command must analyze image resources, detect bitonal images and convert them to the bitonal pixel format.
Public PropertyGets or sets a value indicating whether the command must analyze image resources, detect black white images and convert them to the black-white pixel format.
Public PropertyGets or sets a value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format.
Public PropertyGets or sets a value indicating whether the command must analyze image resources, detect indexed4 or indexed8 (16 or 256 colors) images and convert them to the indexed4 or indexed8 (16 or 256 colors) pixel format.
Public PropertyGets or sets the encryption of packed (output) PDF document.
Public PropertyGets or sets the format of packed (output) PDF document.
Public PropertyGets or sets the packed (output) filename.
Public PropertyGets or sets the packed (output) stream.
Public PropertyGets or sets the downscale interpolation method for images.
Public PropertyGets or sets the Flate (ZIP) compression level.
Public PropertyGets or sets a value indicating whether the command must flatten (burn) annotations.
Public PropertyGets or sets image compression for grayscale images.
Public PropertyGets or sets the minimum resolution for grayscale image when image must be compressed.
Public PropertyGets or sets compression resolution for grayscale images.
Public PropertyGets or sets compression settings for grayscale images.
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 or sets image compression for indexed images.
Public PropertyGets or sets compression settings for indexed images.
Public PropertyGets or sets a value indicating whether the command must use multithreading.
Public PropertyGets a value indicating whether this processing command supports multithreading. (Inherited from CompoundProcessingCommand<TTarget>)
Public PropertyGets the name of processing command. (Inherited from CompoundProcessingCommand<TTarget>)
Public PropertyGets or sets a value indicating whether the command must optimize font subsets.
Public PropertyGets or sets a value indicating whether the command must pack PDF document after compress.
Public PropertyGets or sets a value indicating whether the command must recompress PDF stream with Flate (ZIP) compression.
Public PropertyGets or sets a value indicating whether the command must remove annotations.
Public PropertyGets or sets a value indicating whether the command must remove bookmarks.
Public PropertyGets or sets a value indicating whether the command must remove document information.
Public PropertyGets or sets a value indicating whether the command must remove duplicate resources from PDF document.
Public PropertyGets or sets a value indicating whether the command must remove embedded files.
Public PropertyGets or sets a value indicating whether the command must remove embedded thumbnails.
Public PropertyGets or sets a value indicating whether the command must remove interactive forms.
Public PropertyGets or sets a value indicating whether the command must remove invalid bookmarks.
Public PropertyGets or sets a value indicating whether the command must remove invalid links.
Public PropertyGets or sets a value indicating whether the command must remove metadata from PDF document.
Public PropertyGets or sets a value indicating whether the command must remove structure tree.
Public PropertyGets or sets a value indicating whether the command must remove unused named resources.
Public PropertyGets or sets a value indicating whether the command must remove unused names.
Public PropertyGets or sets a value indicating whether the command must remove unused pages.
Public PropertyGets or sets a value indicating whether the command must subset fonts in PDF document.
Public PropertyGets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>)
Public PropertyGets or sets a value indicating whether the command must change PDF stream with LZW compression to Flate (ZIP) compression.
Public PropertyGets or sets a value indicating whether the command must change uncompressed PDF stream to Flate (ZIP) compression.
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