Name | Description | |
---|---|---|
![]() | PdfDocumentCompressorCommand | Initializes a new instance of the PdfDocumentCompressorCommand class. |
Name | Description | |
---|---|---|
![]() | PdfDocumentCompressorCommand | Initializes a new instance of the PdfDocumentCompressorCommand class. |
Name | Description | |
---|---|---|
![]() | BitonalImagesCompression | Gets or sets image compression for bitonal images. |
![]() | BitonalImagesCompressionMinResolution | Gets or sets the minimum resolution for bitonal image when image must be compressed. |
![]() | BitonalImagesCompressionResolution | Gets or sets compression resolution for bitonal images. |
![]() | BitonalImagesCompressionSettings | Gets or sets compression settings for bitonal images. |
![]() | CanModifyTarget | Gets a value indicating whether this processing command can modify target object. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | CleanupContentStreams | Gets or sets a value indicating whether the command must cleanup content streams. |
![]() | ColorDepthDetectionMaxInaccuracy | Gets or sets the maximum allowable inaccuracy, as distance in RGB888 color space, when comparing two colors. |
![]() | ColorImagesCompression | Gets or sets image compression for color images. |
![]() | ColorImagesCompressionMinResolution | Gets or sets the minimum resolution for color image when image must be compressed. |
![]() | ColorImagesCompressionResolution | Gets or sets compression resolution for color images. |
![]() | ColorImagesCompressionSettings | Gets or sets compression settings for color images. |
![]() | DetectBitonalImageResources | Gets or sets a value indicating whether the command must analyze image resources, detect bitonal images and convert them to the bitonal pixel format. |
![]() | DetectBlackWhiteImageResources | Gets 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. |
![]() | DetectGrayscaleImageResources | Gets or sets a value indicating whether the command must analyze image resources, detect grayscale images and convert them to the grayscale pixel format. |
![]() | DetectIndexed8ImageResources | Gets 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. |
![]() | DocumentPackEncryption | Gets or sets the encryption of packed (output) PDF document. |
![]() | DocumentPackFormat | Gets or sets the format of packed (output) PDF document. |
![]() | DocumentPackOutputFilename | Gets or sets the packed (output) filename. |
![]() | DocumentPackOutputStream | Gets or sets the packed (output) stream. |
![]() | DownscaleInterpolationMode | Gets or sets the downscale interpolation method for images. |
![]() | FlateCompressionLevel | Gets or sets the Flate (ZIP) compression level. |
![]() | FlattenAnnotations | Gets or sets a value indicating whether the command must flatten (burn) annotations. |
![]() | GrayscaleImagesCompression | Gets or sets image compression for grayscale images. |
![]() | GrayscaleImagesCompressionMinResolution | Gets or sets the minimum resolution for grayscale image when image must be compressed. |
![]() | GrayscaleImagesCompressionResolution | Gets or sets compression resolution for grayscale images. |
![]() | GrayscaleImagesCompressionSettings | Gets or sets compression settings for grayscale images. |
![]() | HandleTriggerActivationException | Gets or sets a value indicating whether the profile must handle the exception, which was thrown when trigger is activated. (Inherited from ProcessingProfile<TTarget>) |
![]() | IndexedImagesCompression | Gets or sets image compression for indexed images. |
![]() | IndexedImagesCompressionSettings | Gets or sets compression settings for indexed images. |
![]() | IsMultithreadingEnabled | Gets or sets a value indicating whether the command must use multithreading. |
![]() | IsMultithreadingSupported | Gets a value indicating whether this processing command supports multithreading. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | Name | Gets the name of processing command. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | OptimizeFontSubsets | Gets or sets a value indicating whether the command must optimize font subsets. |
![]() | PackDocument | Gets or sets a value indicating whether the command must pack PDF document after compress. |
![]() | RecompressFlateCompression | Gets or sets a value indicating whether the command must recompress PDF stream with Flate (ZIP) compression. |
![]() | RemoveAnnotations | Gets or sets a value indicating whether the command must remove annotations. |
![]() | RemoveBookmarks | Gets or sets a value indicating whether the command must remove bookmarks. |
![]() | RemoveDocumentInformation | Gets or sets a value indicating whether the command must remove document information. |
![]() | RemoveDuplicateResources | Gets or sets a value indicating whether the command must remove duplicate resources from PDF document. |
![]() | RemoveEmbeddedFiles | Gets or sets a value indicating whether the command must remove embedded files. |
![]() | RemoveEmbeddedThumbnails | Gets or sets a value indicating whether the command must remove embedded thumbnails. |
![]() | RemoveInteractiveForm | Gets or sets a value indicating whether the command must remove interactive forms. |
![]() | RemoveInvalidBookmarks | Gets or sets a value indicating whether the command must remove invalid bookmarks. |
![]() | RemoveInvalidLinks | Gets or sets a value indicating whether the command must remove invalid links. |
![]() | RemoveMetadata | Gets or sets a value indicating whether the command must remove metadata from PDF document. |
![]() | RemoveStructureTree | Gets or sets a value indicating whether the command must remove structure tree. |
![]() | RemoveUnusedNamedResources | Gets or sets a value indicating whether the command must remove unused named resources. |
![]() | RemoveUnusedNames | Gets or sets a value indicating whether the command must remove unused names. |
![]() | RemoveUnusedPages | Gets or sets a value indicating whether the command must remove unused pages. |
![]() | SubsetFonts | Gets or sets a value indicating whether the command must subset fonts in PDF document. |
![]() | TargetType | Gets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>) |
![]() | UseFlateInsteadLzwCompression | Gets or sets a value indicating whether the command must change PDF stream with LZW compression to Flate (ZIP) compression. |
![]() | UseFlateInsteadNoneCompression | Gets or sets a value indicating whether the command must change uncompressed PDF stream to Flate (ZIP) compression. |
Name | Description | |
---|---|---|
![]() | Commands | Gets a list that contains nested processing commands. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | HasProgress | Gets a value indicating whether executor generates the progress. (Inherited from ProcessingCommandExecutor<TTarget>) |
Name | Description | |
---|---|---|
![]() | CanApplyTo | Determines whether this processing command can be applied to the specified target. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | Compress | Overloaded. Compress the specified PDF document. |
![]() | ConvertTarget | Overloaded. Create retargeted command with specified target type and target converter. (Inherited from ProcessingCommand<TTarget>) |
![]() ![]() | CreateEmptyCompressor | Creates an empty compressor that does not specify compression settings. |
![]() ![]() | CreateLosslessCompressor | Overloaded. Creates the lossless PDF compressor with CcittFax/Flate compression and without font subsetting. |
![]() ![]() | CreateLossyCompressor | Overloaded. Creates the lossy PDF compressor with CcittFax/Jpeg compression and with font subsetting. |
![]() | Execute | Overloaded. Executes processing command on the specified target. (Inherited from ProcessingCommand<TTarget>) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection of nested commands. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | ToString | Returns a string representation of this object. (Inherited from ProcessingCommand<TTarget>) |
Name | Description | |
---|---|---|
![]() | CreateCompositeResult | Creates the composite processing result. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | ExecuteCommands | Executes a sequence of processing commands. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | GetCommandCount | Returns the count of inner commands. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | GetProgressStepsWeight | Returns the weight sum of all progress steps. (Inherited from ProcessingCommandExecutor<TTarget>) |
![]() | OnCanceled | Overloaded. Raises the |
![]() | OnFinished | Raises the Finished event. (Inherited from ProcessingCommandExecutor<TTarget>) |
![]() | OnStarted | Overloaded. Raises the |
Name | Description | |
---|---|---|
![]() | Canceled | Occurs when processing is canceled. (Inherited from ProcessingCommandExecutor<TTarget>) |
![]() | Finished | Occurs when processing is finished. (Inherited from ProcessingCommandExecutor<TTarget>) |
![]() | Started | Occurs when processing is started. (Inherited from ProcessingCommandExecutor<TTarget>) |