VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfDocumentCompressorSettings Class
Constructors Properties SeeAlso
In This Topic
    WebPdfDocumentCompressorSettings Class Members
    In This Topic
    The following tables list the members exposed by WebPdfDocumentCompressorSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebPdfDocumentCompressorSettings class.
    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 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 format of packed (output) PDF document.
    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 image compression for indexed images.
    Public PropertyGets or sets compression settings for indexed images.
    Public PropertyGets or sets the maximum thread count.
    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 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 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.
    See Also